mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-02-04 06:44:25 +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