mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
assure that the active column stays visible when the window gets resized or e. g. the information bar gets enabled
svn path=/trunk/KDE/kdebase/apps/; revision=743752
This commit is contained in:
parent
a818e555cb
commit
bfc1a4676c
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ void DolphinColumnView::resizeEvent(QResizeEvent* event)
|
||||||
{
|
{
|
||||||
QAbstractItemView::resizeEvent(event);
|
QAbstractItemView::resizeEvent(event);
|
||||||
layoutColumns();
|
layoutColumns();
|
||||||
updateScrollBar();
|
assureVisibleActiveColumn();
|
||||||
}
|
}
|
||||||
|
|
||||||
void DolphinColumnView::zoomIn()
|
void DolphinColumnView::zoomIn()
|
||||||
|
|
Loading…
Reference in a new issue