mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
enable size grip
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17155 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e870097468
commit
e5035aaa8a
@ -223,7 +223,7 @@ void GuiView::init()
|
||||
|
||||
getToolbars().init();
|
||||
|
||||
statusBar()->setSizeGripEnabled(false);
|
||||
statusBar()->setSizeGripEnabled(true);
|
||||
|
||||
QObject::connect(&statusbar_timer_, SIGNAL(timeout()),
|
||||
this, SLOT(update_view_state_qt()));
|
||||
|
Loading…
Reference in New Issue
Block a user