Refactored Insight GUI to accommodate the many changes made to Bloom's internals
Also lots of tidying.
This commit is contained in:
@@ -8,6 +8,9 @@ namespace Widgets
|
||||
bool open = false;
|
||||
|
||||
PanelState() = default;
|
||||
PanelState(int size, bool open): size(size), open(open) {};
|
||||
PanelState(int size, bool open)
|
||||
: size(size)
|
||||
, open(open)
|
||||
{};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user