summaryrefslogtreecommitdiff
path: root/src/ui/listwidget.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-09-05 16:47:47 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-09-05 16:47:47 +0300
commitab193f5f5d23a1606b23ca0defdd29ad67e44bca (patch)
tree6acbc0c68807d559400a3a87e653dddc345747b0 /src/ui/listwidget.h
parent8cdebce00959705de94295bdbb4b32ec08fc4b70 (diff)
Fixed issues with the refactored sidebar
Diffstat (limited to 'src/ui/listwidget.h')
-rw-r--r--src/ui/listwidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/listwidget.h b/src/ui/listwidget.h
index 38bdebc9..37afe895 100644
--- a/src/ui/listwidget.h
+++ b/src/ui/listwidget.h
@@ -35,7 +35,7 @@ iEndDeclareClass(ListItem)
35 35
36iDeclareType(ListItem) 36iDeclareType(ListItem)
37 37
38 struct Impl_ListItem { 38struct Impl_ListItem {
39 iObject object; 39 iObject object;
40 iBool isSeparator; 40 iBool isSeparator;
41 iBool isSelected; 41 iBool isSelected;
@@ -52,7 +52,7 @@ void invalidate_ListWidget (iListWidget *);
52void clear_ListWidget (iListWidget *); 52void clear_ListWidget (iListWidget *);
53void addItem_ListWidget (iListWidget *, iAnyObject *item); 53void addItem_ListWidget (iListWidget *, iAnyObject *item);
54 54
55iScrollWidget * scroll_ListWidget (iListWidget *); 55iScrollWidget * scroll_ListWidget (iListWidget *);
56 56
57int scrollPos_ListWidget (const iListWidget *); 57int scrollPos_ListWidget (const iListWidget *);
58 58