diff options
Diffstat (limited to 'fluid/fluid.cxx')
| -rw-r--r-- | fluid/fluid.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fluid/fluid.cxx b/fluid/fluid.cxx index b45e85cc2..44814574e 100644 --- a/fluid/fluid.cxx +++ b/fluid/fluid.cxx @@ -1421,6 +1421,8 @@ void paste_cb(Fl_Widget*, void*) { // If the current widget is a group widget and it is not folded, // add the new widgets inside the group. strategy = kAddAsLastChild; + // The following alternative also works quite nicely + //strategy = kAddAsFirstChild; } } if (!read_file(cutfname(), 1, strategy)) { |
