summaryrefslogtreecommitdiffstats
path: root/Project/MainFrame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Project/MainFrame.cpp')
-rw-r--r--Project/MainFrame.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Project/MainFrame.cpp b/Project/MainFrame.cpp
index 1cae4bc..429eabf 100644
--- a/Project/MainFrame.cpp
+++ b/Project/MainFrame.cpp
@@ -59,8 +59,8 @@ MainFrame::MainFrame(wxWindow* parent, wxLocale* locale, PropertiesData* initPro
m_auiNotebook->AddPage(newWorkspace, newWorkspace->GetName(), true);
m_auiNotebook->Layout();
- //newWorkspace->Redraw();
- //newWorkspace->SetJustOpened(true);
+ newWorkspace->Redraw();
+ newWorkspace->SetJustOpened(true);
m_projectNumber++;
}
}