https://bugs.kde.org/show_bug.cgi?id=437080
Felix Ernst <fe.a.er...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/syst | |em/dolphin/commit/98e1fb66d | |054d188a7c07683e7e6768b84f6 | |3605 Version Fixed In| |21.08 --- Comment #3 from Felix Ernst <fe.a.er...@gmail.com> --- Git commit 98e1fb66d054d188a7c07683e7e6768b84f63605 by Felix Ernst. Committed on 17/05/2021 at 12:52. Pushed by ngraham into branch 'master'. 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. FIXED-IN: 21.08 M +6 -7 src/dolphinmainwindow.cpp M +0 -3 src/dolphinmainwindow.h https://invent.kde.org/system/dolphin/commit/98e1fb66d054d188a7c07683e7e6768b84f63605 -- You are receiving this mail because: You are watching all bug changes.