* don't rely on the restartCursor call to update the dialog on fullscreen switch

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27064 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Stefan Schimanski 2008-10-23 20:46:53 +00:00
parent df79293cc1
commit e8d264e998

View File

@ -2149,6 +2149,9 @@ void GuiView::toggleFullScreen()
it->second->hide(); it->second->hide();
} }
} }
// give dialogs like the TOC a chance to adapt
updateDialogs();
} }