mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 11:48:36 +12:00
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:
parent
256ee2ff8a
commit
5953781c13
4 changed files with 344 additions and 5 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue