Kandrashin Denis 12 лет назад
Родитель
Сommit
29ad1304a2
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      source/fb2main.cpp

+ 1 - 0
source/fb2main.cpp

@@ -110,6 +110,7 @@ void FbMainWindow::fileOpen()
 
     if (isUntitled && !isWindowModified()) {
         mainDock->load(filename);
+        setCurrentFile(filename);
     } else {
         FbMainWindow * other = new FbMainWindow(filename, FB2);
         other->mainDock->load(filename);