Hide the sidebar in make_visible.

This commit is contained in:
Relintai 2022-11-15 18:17:15 +01:00
parent 5baff6410f
commit abe142b090

View File

@ -33,6 +33,7 @@ PaintSidebar *PaintEditorPlugin::get_sidebar() {
}
void PaintEditorPlugin::make_visible(const bool visible) {
_sidebar->set_visible(visible);
}
String PaintEditorPlugin::get_name() const {