NWidgetStacked: Allow treating planes independentally for layout

This commit is contained in:
Jonathan G Rennison
2023-08-27 12:14:34 +01:00
parent 691e2dcc69
commit a1eefaecd5
2 changed files with 9 additions and 2 deletions

View File

@@ -481,6 +481,7 @@ public:
int shown_plane; ///< Plane being displayed (for #NWID_SELECTION only).
int index; ///< If non-negative, index in the #Window::nested_array.
bool independent_planes = false; ///< If true, treat planes as independent for layout purposes.
};
/** Nested widget container flags, */