GTK: add rubberbanding

This commit is contained in:
Julian Ospald 2015-12-30 02:16:21 +01:00
parent c6efdedf2d
commit ed32961155
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020

View File

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