mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Initialize toolbarsMovable_
Valgrind detected a conditional jump because this member was not
initialized.
(cherry picked from commit e49a10729e
)
This commit is contained in:
parent
636e998353
commit
9b821eb047
@ -509,7 +509,8 @@ QSet<Buffer const *> GuiView::GuiViewPrivate::busyBuffers;
|
||||
|
||||
GuiView::GuiView(int id)
|
||||
: d(*new GuiViewPrivate(this)), id_(id), closing_(false), busy_(0),
|
||||
command_execute_(false), minibuffer_focus_(false), devel_mode_(false)
|
||||
command_execute_(false), minibuffer_focus_(false), toolbarsMovable_(true),
|
||||
devel_mode_(false)
|
||||
{
|
||||
connect(this, SIGNAL(bufferViewChanged()),
|
||||
this, SLOT(onBufferViewChanged()));
|
||||
|
Loading…
Reference in New Issue
Block a user