mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
Event accept
This commit is contained in:
@@ -154,7 +154,7 @@ namespace BlackGui
|
||||
if (this->isVisible() && event->key() == Qt::Key_Escape)
|
||||
{
|
||||
this->close();
|
||||
event->setAccepted(true);
|
||||
event->accept();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user