GTK: add rubberbanding

This commit is contained in:
2015-12-30 02:16:21 +01:00
parent c6efdedf2d
commit ed32961155

View File

@@ -264,6 +264,7 @@ constructTreeView mygui myview = do
-- update treeview model
treeViewSetModel treeView' sortedModel'
treeViewSetRubberBanding treeView' True
-- add watcher
mi <- tryTakeMVar (inotify myview)