mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-08 17:50:24 +01: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…
Reference in a new issue