Few bugs fixed and license file added

* Fixed GUI issues caused by the update to wxWidgets 3.
* Fixed small bug in SC_TTY (thanks Nukem9!)
* Added GPL v2 license file.
This commit is contained in:
Alexandro Sánchez Bach 2014-02-13 11:33:07 +01:00
parent 256ee2ff8a
commit 5953781c13
4 changed files with 344 additions and 5 deletions

View file

@ -27,7 +27,7 @@ public:
s_b_main.Add(new wxStaticLine(this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_VERTICAL), 0, wxEXPAND);
s_b_main.Add(m_btn_restart, wxSizerFlags().Border(wxALL, 5));
SetSizer(&s_b_main);
SetSizerAndFit(&s_b_main);
Layout();
UpdateUI();