mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 09:48:37 +12:00
[Qt] style adjustments 1
mainly move { to newline get rid of some lines here, add some lines there
This commit is contained in:
parent
4558f93f92
commit
205f6a9000
28 changed files with 251 additions and 114 deletions
|
@ -115,7 +115,8 @@ void gs_frame::hide()
|
|||
|
||||
void gs_frame::show()
|
||||
{
|
||||
Emu.CallAfter([=]() {
|
||||
Emu.CallAfter([=]()
|
||||
{
|
||||
QWindow::show();
|
||||
if (g_cfg.misc.start_fullscreen)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue