mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
Fix indentation
This commit is contained in:
parent
160ac7242e
commit
3d78d8734d
@ -174,10 +174,10 @@ void Dialog::showView(Qt::FocusReason reason)
|
||||
prepareView();
|
||||
|
||||
QWidget * w = asQWidget();
|
||||
if (!w->isVisible()) {
|
||||
w->setFocus(reason);
|
||||
w->show();
|
||||
}
|
||||
if (!w->isVisible()) {
|
||||
w->setFocus(reason);
|
||||
w->show();
|
||||
}
|
||||
w->raise();
|
||||
w->activateWindow();
|
||||
if (wantInitialFocus())
|
||||
|
Loading…
Reference in New Issue
Block a user