Initialize toolbarsMovable_

Valgrind detected a conditional jump because this member was not
initialized.
This commit is contained in:
Scott Kostyshak 2018-04-27 17:41:26 -04:00
parent 9f79ab99ed
commit e49a10729e

View File

@ -513,7 +513,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()));