GTK: add rubberbanding
This commit is contained in:
parent
c6efdedf2d
commit
ed32961155
@ -264,6 +264,7 @@ constructTreeView mygui myview = do
|
||||
|
||||
-- update treeview model
|
||||
treeViewSetModel treeView' sortedModel'
|
||||
treeViewSetRubberBanding treeView' True
|
||||
|
||||
-- add watcher
|
||||
mi <- tryTakeMVar (inotify myview)
|
||||
|
Loading…
Reference in New Issue
Block a user