Set checked Detail mode button after close Layout Editor window.

--HG--
branch : release
This commit is contained in:
Roman Telezhynskyi 2015-03-19 14:44:57 +02:00
parent c4d7b03905
commit 7fccb9eb63

View file

@ -761,6 +761,7 @@ void MainWindow::ShowToolTip(const QString &toolTip)
*/ */
void MainWindow::tableClosed() void MainWindow::tableClosed()
{ {
ui->actionDetails->setChecked(true);
show(); show();
} }