mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +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)
|
void GuiView::setFocus(Qt::FocusReason reason)
|
||||||
{
|
{
|
||||||
LYXERR(Debug::DEBUG, "GuiView::setFocus()" << this << " reason = " << reason);
|
LYXERR(Debug::DEBUG, "GuiView::setFocus()" << this << " reason = " << reason);
|
||||||
QMainWindow::setFocus(reason);
|
QMainWindow::setFocus(reason);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -4864,7 +4864,7 @@ void GuiView::dispatch(FuncRequest const & cmd, DispatchResult & dr)
|
|||||||
|
|
||||||
case LFUN_DIALOG_HIDE: {
|
case LFUN_DIALOG_HIDE: {
|
||||||
guiApp->hideDialogs(to_utf8(cmd.argument()), nullptr);
|
guiApp->hideDialogs(to_utf8(cmd.argument()), nullptr);
|
||||||
setFocus(Qt::PopupFocusReason);
|
setFocus(Qt::PopupFocusReason);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user