From c03d46719ef79a796e03dab394248a55d92e0fbd Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Tue, 17 Nov 2020 06:13:56 +0100 Subject: Remove `Focus` in `pane_grid` Since #608, the `PaneGrid` widget does not handle pane focus. --- native/src/widget/pane_grid.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'native/src/widget/pane_grid.rs') diff --git a/native/src/widget/pane_grid.rs b/native/src/widget/pane_grid.rs index 43e752cb..acb43276 100644 --- a/native/src/widget/pane_grid.rs +++ b/native/src/widget/pane_grid.rs @@ -25,7 +25,7 @@ pub use direction::Direction; pub use node::Node; pub use pane::Pane; pub use split::Split; -pub use state::{Focus, State}; +pub use state::State; pub use title_bar::TitleBar; use crate::container; -- cgit