summaryrefslogtreecommitdiff
path: root/include/svtools/treelistbox.hxx
diff options
context:
space:
mode:
authorMihály Palenik <palenik.mihaly@gmail.com>2015-07-23 09:50:09 +0200
committerCaolán McNamara <caolanm@redhat.com>2015-07-24 13:47:48 +0000
commitaf162f1c37e8c909386e72e5d8b4ff6bccfd529b (patch)
tree231653817f1d77a57e59e710c0f1bc3b2522a548 /include/svtools/treelistbox.hxx
parent738cf411e9315d17c7eb8be47ded643a00dfe5c5 (diff)
Fix alternating rows in SvTreeListBox
Alternating rows in SvTreeListBox is not work correctly when insert, expand or collapse. Now is work properly and set in Expert Configuration dialog. Change-Id: I58b53ae59fa7f8d9de769342a0e1bad55de18f20 Reviewed-on: https://gerrit.libreoffice.org/17310 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svtools/treelistbox.hxx')
-rw-r--r--include/svtools/treelistbox.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svtools/treelistbox.hxx b/include/svtools/treelistbox.hxx
index 1c89cec84750..9ec23e4653ac 100644
--- a/include/svtools/treelistbox.hxx
+++ b/include/svtools/treelistbox.hxx
@@ -267,6 +267,7 @@ class SVT_DLLPUBLIC SvTreeListBox
long mnCheckboxItemWidth;
bool mbContextBmpExpanded;
bool mbAlternatingRowColors;
+ bool mbUpdateAlternatingRows;
SvTreeListEntry* pHdlEntry;
SvLBoxItem* pHdlItem;