Browse Source

Small changes

Kandrashin Denis 12 năm trước cách đây
mục cha
commit
29ad1304a2
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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);