summaryrefslogtreecommitdiffstats
path: root/Project/MainFrame.cpp
diff options
context:
space:
mode:
authorThales Lima <thaleslima.ufu@gmail.com>2017-10-24 22:05:52 -0200
committerThales Lima <thaleslima.ufu@gmail.com>2017-10-24 22:05:52 -0200
commitc53fc819fe6dfe15dc3083b71e0161a68c8b32b5 (patch)
tree887f3a63ceb1e801c0adfa3390d5d56c048a5007 /Project/MainFrame.cpp
parent39a34b99185b3c046fb4427d07dd333575962e29 (diff)
downloadPSP.git-c53fc819fe6dfe15dc3083b71e0161a68c8b32b5.tar.gz
PSP.git-c53fc819fe6dfe15dc3083b71e0161a68c8b32b5.tar.xz
PSP.git-c53fc819fe6dfe15dc3083b71e0161a68c8b32b5.zip
Some minor fixes for linux version
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++;
}
}