running astyle
This commit is contained in:
@@ -4310,8 +4310,7 @@ void gameTableImpl::restoreGameTableGeometry()
|
|||||||
int availableHeight = dw.screenGeometry().height();
|
int availableHeight = dw.screenGeometry().height();
|
||||||
this->showNormal();
|
this->showNormal();
|
||||||
this->setGeometry(0,0,availableWidth, availableHeight);
|
this->setGeometry(0,0,availableWidth, availableHeight);
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
this->showFullScreen();
|
this->showFullScreen();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -251,8 +251,7 @@ void LogFileDialog::keyPressEvent ( QKeyEvent * event )
|
|||||||
if(ui->treeWidget_logFiles->hasFocus()) {
|
if(ui->treeWidget_logFiles->hasFocus()) {
|
||||||
ui->pushButton_deleteLog->click();
|
ui->pushButton_deleteLog->click();
|
||||||
}
|
}
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
QDialog::keyPressEvent(event);
|
QDialog::keyPressEvent(event);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user