소스 검색

Small changes

Kandrashin Denis 12 년 전
부모
커밋
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);