This commit is contained in:
Rasmus Karlsson
2019-11-02 12:36:42 +01:00
parent b2d88ba555
commit 0e1f1196d6
5 changed files with 17 additions and 29 deletions
+3 -6
View File
@@ -340,20 +340,17 @@ void BaseWindow::onFocusLost()
{
switch (this->getActionOnFocusLoss())
{
case Delete:
{
case Delete: {
this->deleteLater();
}
break;
case Close:
{
case Close: {
this->close();
}
break;
case Hide:
{
case Hide: {
this->hide();
}
break;