diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-05 16:47:47 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-05 16:47:47 +0300 |
commit | ab193f5f5d23a1606b23ca0defdd29ad67e44bca (patch) | |
tree | 6acbc0c68807d559400a3a87e653dddc345747b0 /src/ui/listwidget.h | |
parent | 8cdebce00959705de94295bdbb4b32ec08fc4b70 (diff) |
Fixed issues with the refactored sidebar
Diffstat (limited to 'src/ui/listwidget.h')
-rw-r--r-- | src/ui/listwidget.h | 4 |
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 | ||
36 | iDeclareType(ListItem) | 36 | iDeclareType(ListItem) |
37 | 37 | ||
38 | struct Impl_ListItem { | 38 | struct 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 *); | |||
52 | void clear_ListWidget (iListWidget *); | 52 | void clear_ListWidget (iListWidget *); |
53 | void addItem_ListWidget (iListWidget *, iAnyObject *item); | 53 | void addItem_ListWidget (iListWidget *, iAnyObject *item); |
54 | 54 | ||
55 | iScrollWidget * scroll_ListWidget (iListWidget *); | 55 | iScrollWidget * scroll_ListWidget (iListWidget *); |
56 | 56 | ||
57 | int scrollPos_ListWidget (const iListWidget *); | 57 | int scrollPos_ListWidget (const iListWidget *); |
58 | 58 | ||