]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinviewcontainer.cpp
* if the system font is changed during Dolphin is open, take care to update the used...
[dolphin.git] / src / dolphinviewcontainer.cpp
index e6966affb153b30e01af5f06e36e8b97602930eb..226da5c8849c00f3b2d17ea3e2848915ebe9baba 100644 (file)
@@ -87,7 +87,7 @@ DolphinViewContainer::DolphinViewContainer(DolphinMainWindow* mainWindow,
 
     m_dirLister = new DolphinDirLister();
     m_dirLister->setAutoUpdate(true);
-    m_dirLister->setMainWindow(this);
+    m_dirLister->setMainWindow(topLevelWidget());
     m_dirLister->setDelayedMimeTypes(true);
 
     m_dolphinModel = new DolphinModel(this);