aboutsummaryrefslogtreecommitdiff
path: root/lib/gui/elistbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gui/elistbox.cpp')
-rw-r--r--lib/gui/elistbox.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/gui/elistbox.cpp b/lib/gui/elistbox.cpp
index 9b876c8c..ccd13ff4 100644
--- a/lib/gui/elistbox.cpp
+++ b/lib/gui/elistbox.cpp
@@ -268,7 +268,7 @@ void eListbox::recalcSize()
m_prev_scrollbar_page=-1;
m_content->setSize(eSize(size().width(), m_itemheight));
m_items_per_page = size().height() / m_itemheight;
- updateScrollBar();
+ moveSelection(justCheck);
}
void eListbox::setItemHeight(int h)
@@ -342,6 +342,5 @@ void eListbox::entryReset()
m_top = 0;
m_selected = 0;
moveSelection(justCheck);
- updateScrollBar();
invalidate();
}