Explorar o código

Small changes

Kandrashin Denis %!s(int64=12) %!d(string=hai) anos
pai
achega
29ad1304a2
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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);