ltk 0.14.0.2 → 0.14.3.0
raw patch · 2 files changed
+4/−4 lines, 2 filesdep ~gtkdep ~gtk3
Dependency ranges changed: gtk, gtk3
Files
- ltk.cabal +3/−3
- src/Graphics/UI/Editor/Composite.hs +1/−1
ltk.cabal view
@@ -1,5 +1,5 @@ name: ltk-version: 0.14.0.2+version: 0.14.3.0 cabal-version: >= 1.8 build-type: Simple license: GPL@@ -32,10 +32,10 @@ ghc -any if flag(gtk3)- build-depends: gtk3 >=0.13.1 && <0.14+ build-depends: gtk3 >=0.13.2 && <0.14 cpp-options: -DMIN_VERSION_gtk=MIN_VERSION_gtk3 else- build-depends: gtk >=0.13.1 && <0.14+ build-depends: gtk >=0.13.2 && <0.14 exposed-modules: Default MyMissing Control.Event Graphics.UI.Editor.Basics Graphics.UI.Editor.Composite
src/Graphics/UI/Editor/Composite.hs view
@@ -654,7 +654,7 @@ mbCol <- treeViewGetColumn treeView 0 case mbCol of Nothing -> return ()- Just col -> treeViewScrollToCell treeView [idx] col Nothing+ Just col -> treeViewScrollToCell treeView (Just [idx]) Nothing Nothing Nothing -> return () Nothing -> return () on removeButton buttonActivated $ do