Restored deleted constructor (still needed)
This commit is contained in:
@@ -6,5 +6,8 @@ namespace Bloom::Widgets
|
|||||||
{
|
{
|
||||||
int size = 0;
|
int size = 0;
|
||||||
bool open = false;
|
bool open = false;
|
||||||
|
|
||||||
|
PanelState() = default;
|
||||||
|
PanelState(int size, bool open): size(size), open(open) {};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user