]> cloud.milkyroute.net Git - dolphin.git/commit
Fix primary view changing folder for the closing animation
authorFelix Ernst <fe.a.ernst@gmail.com>
Mon, 17 May 2021 12:52:45 +0000 (14:52 +0200)
committerFelix Ernst <fe.a.ernst@gmail.com>
Mon, 17 May 2021 12:52:45 +0000 (14:52 +0200)
commit98e1fb66d054d188a7c07683e7e6768b84f63605
tree0fe8517d117a73e799283c17a2602da01376dc1a
parent75d1d25d7e64dc4c1d6557b7aca90577fc28d305
Fix primary view changing folder for the closing animation

This commit fixes a bug which made it so an UrlNavigator that was
disconnected from a viewContainer would still indirectly control
the viewContainer because of a dubious connection created in
DolphinMainWindow.

Instead the internal UrlNavigator of the viewContainer is used
which is always connected to its own viewContainer.

This way the the supposedly disconnected primary UrlNavigator will
actually not affect the old disconnected viewContainer that is
currently being closed.

BUG: 437080
FIXED-IN: 21.08
src/dolphinmainwindow.cpp
src/dolphinmainwindow.h