summaryrefslogtreecommitdiff
path: root/vcl/inc/svdata.hxx
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2012-12-03 17:27:14 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2012-12-03 17:40:14 +0400
commit9ea7b2053eea6cf9e97f4846d97f741eed426033 (patch)
treed0c4f52fd1fc84c6a43526345b26dcd2f19553d3 /vcl/inc/svdata.hxx
parent21e3eed67ee8f70bf816b389d4680abc3afa160a (diff)
fdo#45651: fix drop down listbox text color with dark gtk theme
Change-Id: I9ba0b27924d1698bad2c34da75fff57f75a737f0
Diffstat (limited to 'vcl/inc/svdata.hxx')
-rw-r--r--vcl/inc/svdata.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/inc/svdata.hxx b/vcl/inc/svdata.hxx
index 974a67fc24eb..f7dcbd674782 100644
--- a/vcl/inc/svdata.hxx
+++ b/vcl/inc/svdata.hxx
@@ -295,6 +295,9 @@ struct ImplSVNWFData
// window background before drawing the native
// checkbox
bool mbCanDrawWidgetAnySize:1; // set to true currently on gtk
+
+ /// entire drop down listbox resembles a button, no textarea/button parts (as currently on Windows)
+ bool mbDDListBoxNoTextArea:1;
};