Files
create/src/Gui/OverlayManager.cpp
Jiří Pinkava ea6a0943cc OverlayManager: fix unititialized hideTab variable
The hideTab is of type bool, which is primitive type and is thus unitialized if new
instance of the class is created. The exception would be to for static
instance of the class, but that is not the case (only the pointer to the instance is static).

It was originaly initialized, but the initialization was removed in
8cf94c1aba1.
2024-09-08 20:13:21 -05:00

73 KiB