diff options
| author | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-06 03:20:53 +0500 |
|---|---|---|
| committer | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-06 03:20:53 +0500 |
| commit | ddba971ebb304512ba9e0a01b77ec71b59b977b6 (patch) | |
| tree | 7e681b80b442ec86f19a3e19aa42770198946d35 /fluid/proj/undo.cxx | |
| parent | c19f34db2f4a64326d03cee7edae095051660f65 (diff) | |
wip
Diffstat (limited to 'fluid/proj/undo.cxx')
| -rw-r--r-- | fluid/proj/undo.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/proj/undo.cxx b/fluid/proj/undo.cxx index 01d1b68c2..e4ee89bf6 100644 --- a/fluid/proj/undo.cxx +++ b/fluid/proj/undo.cxx @@ -103,7 +103,7 @@ void Undo::redo() { return; } if (reload_panel) { - for (auto w: Fluid.proj.tree.all_selected_widgets()) { + for (Widget_Node *w: Fluid.proj.tree.all_selected_widgets()) { w->open(); } } |
