mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-21 18:39:57 +00:00
gs_frame: fix event
This commit is contained in:
parent
58816e314c
commit
9bd6d28514
@ -221,7 +221,6 @@ bool gs_frame::event(QEvent* ev)
|
||||
if (ev->type()==QEvent::Close)
|
||||
{
|
||||
close();
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
return QWindow::event(ev);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user