mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
more indentation fixes
This commit is contained in:
parent
c243126eb4
commit
9d3bd6a3a2
@ -1219,8 +1219,8 @@ void GuiView::setFocus()
|
||||
|
||||
void GuiView::setFocus(Qt::FocusReason reason)
|
||||
{
|
||||
LYXERR(Debug::DEBUG, "GuiView::setFocus()" << this << " reason = " << reason);
|
||||
QMainWindow::setFocus(reason);
|
||||
LYXERR(Debug::DEBUG, "GuiView::setFocus()" << this << " reason = " << reason);
|
||||
QMainWindow::setFocus(reason);
|
||||
}
|
||||
|
||||
|
||||
@ -4864,7 +4864,7 @@ void GuiView::dispatch(FuncRequest const & cmd, DispatchResult & dr)
|
||||
|
||||
case LFUN_DIALOG_HIDE: {
|
||||
guiApp->hideDialogs(to_utf8(cmd.argument()), nullptr);
|
||||
setFocus(Qt::PopupFocusReason);
|
||||
setFocus(Qt::PopupFocusReason);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user