diff options
author | 2020-07-09 05:33:44 +0200 | |
---|---|---|
committer | 2020-07-09 05:33:44 +0200 | |
commit | ad19c1628d89edb6490a8b586eecd1d72ae60459 (patch) | |
tree | 6af326bdc6326cfbd4c466868b771566bcf060c2 /native | |
parent | 2334c7d1d558818ae469a4cf629eb2ba82eaa4dc (diff) | |
download | iced-ad19c1628d89edb6490a8b586eecd1d72ae60459.tar.gz iced-ad19c1628d89edb6490a8b586eecd1d72ae60459.tar.bz2 iced-ad19c1628d89edb6490a8b586eecd1d72ae60459.zip |
Fix docs of `modifiers_keys` in `PaneGrid`
Diffstat (limited to 'native')
-rw-r--r-- | native/src/widget/pane_grid.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/native/src/widget/pane_grid.rs b/native/src/widget/pane_grid.rs index 24cf5094..6b9d5f2f 100644 --- a/native/src/widget/pane_grid.rs +++ b/native/src/widget/pane_grid.rs @@ -182,8 +182,7 @@ where /// Sets the modifier keys of the [`PaneGrid`]. /// - /// The modifier keys will need to be pressed to trigger dragging, and key - /// events. + /// The modifier keys will need to be pressed to trigger key events. /// /// The default modifier key is `Ctrl`. /// |