diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-11-05 22:18:56 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-11-05 22:19:03 +0100 |
| commit | e690e76da1555e61bd6bde89d00215b11352f8b2 (patch) | |
| tree | 048cf12b8c35a60b0b983dbb8303f800a9b3da11 /fluid/widget_browser.cxx | |
| parent | 95daa77c497254919d17b23de56397788b291ecf (diff) | |
FLUID: Adds undo for all grid operations.
Diffstat (limited to 'fluid/widget_browser.cxx')
| -rw-r--r-- | fluid/widget_browser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/widget_browser.cxx b/fluid/widget_browser.cxx index 56716cf0a..993b564fb 100644 --- a/fluid/widget_browser.cxx +++ b/fluid/widget_browser.cxx @@ -423,7 +423,7 @@ int Widget_Browser::item_width(void *v) const { } /** - Callback to tell the FLuid UI when the list of selected items changed. + Callback to tell the Fluid UI when the list of selected items changed. */ void Widget_Browser::callback() { selection_changed((Fl_Type*)selection()); |
