From abe142b090db0abf88e92430dcc7c3f7a607d584 Mon Sep 17 00:00:00 2001 From: Relintai Date: Tue, 15 Nov 2022 18:17:15 +0100 Subject: [PATCH] Hide the sidebar in make_visible. --- modules/paint/paint_editor_plugin.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/paint/paint_editor_plugin.cpp b/modules/paint/paint_editor_plugin.cpp index 4391d90e0..03833741a 100644 --- a/modules/paint/paint_editor_plugin.cpp +++ b/modules/paint/paint_editor_plugin.cpp @@ -33,6 +33,7 @@ PaintSidebar *PaintEditorPlugin::get_sidebar() { } void PaintEditorPlugin::make_visible(const bool visible) { + _sidebar->set_visible(visible); } String PaintEditorPlugin::get_name() const {