mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26050 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f7b7626336
commit
2856128d20
@ -901,8 +901,11 @@ void GuiApplication::resetGui()
|
||||
d->menus_.fillMenuBar(d->global_menubar_, 0, true);
|
||||
|
||||
QHash<int, GuiView *>::iterator it;
|
||||
for (it = d->views_.begin(); it != d->views_.end(); ++it)
|
||||
(*it)->resetDialogs();
|
||||
for (it = d->views_.begin(); it != d->views_.end(); ++it) {
|
||||
GuiView * gv = *it;
|
||||
gv->setLayoutDirection(layoutDirection());
|
||||
gv->resetDialogs();
|
||||
}
|
||||
|
||||
dispatch(FuncRequest(LFUN_SCREEN_FONT_UPDATE));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user