diff options
Diffstat (limited to 'native/src/widget/pane_grid/state.rs')
-rw-r--r-- | native/src/widget/pane_grid/state.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/native/src/widget/pane_grid/state.rs b/native/src/widget/pane_grid/state.rs index 58397444..c4ae0a0e 100644 --- a/native/src/widget/pane_grid/state.rs +++ b/native/src/widget/pane_grid/state.rs @@ -32,7 +32,9 @@ pub struct State<T> { /// [`PaneGrid`]: crate::widget::PaneGrid pub internal: Internal, - /// The maximized [`Pane`] of the [`PaneGrid`] + /// The maximized [`Pane`] of the [`PaneGrid`]. + /// + /// [`PaneGrid`]: crate::widget::PaneGrid pub(super) maximized: Option<Pane>, } |