mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 10:18:40 +12:00
gs_frame: fix event
This commit is contained in:
parent
58816e314c
commit
9bd6d28514
1 changed files with 1 additions and 2 deletions
|
@ -221,7 +221,6 @@ bool gs_frame::event(QEvent* ev)
|
||||||
if (ev->type()==QEvent::Close)
|
if (ev->type()==QEvent::Close)
|
||||||
{
|
{
|
||||||
close();
|
close();
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
return false;
|
return QWindow::event(ev);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue