mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-23 12:26:59 +01:00
Hide the sidebar in make_visible.
This commit is contained in:
parent
5baff6410f
commit
abe142b090
@ -33,6 +33,7 @@ PaintSidebar *PaintEditorPlugin::get_sidebar() {
|
||||
}
|
||||
|
||||
void PaintEditorPlugin::make_visible(const bool visible) {
|
||||
_sidebar->set_visible(visible);
|
||||
}
|
||||
|
||||
String PaintEditorPlugin::get_name() const {
|
||||
|
Loading…
Reference in New Issue
Block a user