diff options
Diffstat (limited to 'Project/MainFrame.cpp')
-rw-r--r-- | Project/MainFrame.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Project/MainFrame.cpp b/Project/MainFrame.cpp index 7d129b4..5afff94 100644 --- a/Project/MainFrame.cpp +++ b/Project/MainFrame.cpp @@ -63,6 +63,7 @@ MainFrame::MainFrame(wxWindow* parent, wxLocale* locale, PropertiesData* initPro m_auiNotebook->Layout(); newWorkspace->Redraw(); newWorkspace->SetJustOpened(true); + newWorkspace->Fit(); m_projectNumber++; } } @@ -299,6 +300,7 @@ void MainFrame::OnOpenClick(wxRibbonButtonBarEvent& event) m_auiNotebook->Layout(); newWorkspace->Redraw(); newWorkspace->SetJustOpened(true); + newWorkspace->Fit(); m_projectNumber++; } else { wxMessageDialog msgDialog(this, _("It was not possible to open the selected file."), _("Error"), |