mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Initialize toolbarsMovable_
Valgrind detected a conditional jump because this member was not initialized.
This commit is contained in:
parent
9f79ab99ed
commit
e49a10729e
@ -513,7 +513,8 @@ QSet<Buffer const *> GuiView::GuiViewPrivate::busyBuffers;
|
|||||||
|
|
||||||
GuiView::GuiView(int id)
|
GuiView::GuiView(int id)
|
||||||
: d(*new GuiViewPrivate(this)), id_(id), closing_(false), busy_(0),
|
: 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()),
|
connect(this, SIGNAL(bufferViewChanged()),
|
||||||
this, SLOT(onBufferViewChanged()));
|
this, SLOT(onBufferViewChanged()));
|
||||||
|
Loading…
Reference in New Issue
Block a user