From c53fc819fe6dfe15dc3083b71e0161a68c8b32b5 Mon Sep 17 00:00:00 2001 From: Thales Lima Date: Tue, 24 Oct 2017 22:05:52 -0200 Subject: Some minor fixes for linux version --- Project/MainFrame.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Project/MainFrame.cpp') 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++; } } -- cgit