summaryrefslogtreecommitdiff
path: root/include/vcl/edit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/edit.hxx')
-rw-r--r--include/vcl/edit.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/vcl/edit.hxx b/include/vcl/edit.hxx
index 75b571ff87ca..9588da8b6fe6 100644
--- a/include/vcl/edit.hxx
+++ b/include/vcl/edit.hxx
@@ -89,7 +89,8 @@ private:
mbInsertMode:1,
mbClickedInSelection:1,
mbIsSubEdit:1,
- mbActivePopup:1;
+ mbActivePopup:1,
+ mbForceControlBackground:1;
Link<Edit&,void> maModifyHdl;
Link<Edit&,void> maUpdateDataHdl;
Link<Edit&,void> maAutocompleteHdl;
@@ -266,6 +267,8 @@ public:
// returns the minimum size a bordered Edit should have given the current
// global style settings (needed by sc's inputwin.cxx)
static Size GetMinimumEditSize();
+
+ void SetForceControlBackground(bool b) { mbForceControlBackground = b; }
};
#endif // INCLUDED_VCL_EDIT_HXX