diff --git a/src/GUI/Gtk/Utils.hs b/src/GUI/Gtk/Utils.hs index 97f2747..5eab601 100644 --- a/src/GUI/Gtk/Utils.hs +++ b/src/GUI/Gtk/Utils.hs @@ -264,6 +264,7 @@ constructTreeView mygui myview = do -- update treeview model treeViewSetModel treeView' sortedModel' + treeViewSetRubberBanding treeView' True -- add watcher mi <- tryTakeMVar (inotify myview)