Switch to unified view
a/src/qtgui/preview_w.cpp | b/src/qtgui/preview_w.cpp | ||
---|---|---|---|
... |
... |
||
730 | m_justCreated = false; |
730 | m_justCreated = false; |
731 | if (!loadDocInCurrentTab(doc, docnum)) { |
731 | if (!loadDocInCurrentTab(doc, docnum)) { |
732 | closeCurrentTab(); |
732 | closeCurrentTab(); |
733 | return false; |
733 | return false; |
734 | } |
734 | } |
735 | raise(); |
||
735 | return true; |
736 | return true; |
736 | } |
737 | } |
737 | 738 | ||
738 | /* |
739 | /* |
739 | Code for loading a file into an editor window. The operations that |
740 | Code for loading a file into an editor window. The operations that |