mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-11 05:19:50 +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) {
|
void PaintEditorPlugin::make_visible(const bool visible) {
|
||||||
|
_sidebar->set_visible(visible);
|
||||||
}
|
}
|
||||||
|
|
||||||
String PaintEditorPlugin::get_name() const {
|
String PaintEditorPlugin::get_name() const {
|
||||||
|
Loading…
Reference in New Issue
Block a user