Fix an uninitialized variable.
parent
6b67cfe63f
commit
cde86a0626
|
@ -157,7 +157,7 @@ bool GraphicsWindow::ToolbarDrawOrHitTest(int mx, int my,
|
||||||
/*outlineColor=*/{});
|
/*outlineColor=*/{});
|
||||||
}
|
}
|
||||||
|
|
||||||
bool showTooltip;
|
bool showTooltip = false;
|
||||||
std::string tooltip;
|
std::string tooltip;
|
||||||
|
|
||||||
bool leftpos = true;
|
bool leftpos = true;
|
||||||
|
|
Loading…
Reference in New Issue