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