packages feed

monomer-hagrid 0.3.0.0 → 0.3.0.1

raw patch · 3 files changed

+11/−2 lines, 3 files

Files

ChangeLog.md view
@@ -1,3 +1,11 @@+## 0.3.0.1+### Fixed+- Fix a bug where header buttons were drawn outside the grid during horizontal scrolling.++## 0.3.0.0+### Changed+- Use NoFieldSelectors.+ ## 0.2.1.1 ### Changed - No longer build examples by default, since library users probably will not want them. 
monomer-hagrid.cabal view
@@ -1,6 +1,6 @@ cabal-version:      2.0 name:               monomer-hagrid-version:            0.3.0.0+version:            0.3.0.1 license:            MIT license-file:       LICENSE maintainer:         garethdanielsmith@gmail.com
src/Monomer/Hagrid.hs view
@@ -504,7 +504,8 @@         containerUpdateCWenv = updateCWenv,         containerMerge = merge,         containerHandleMessage = handleMessage,-        containerGetSizeReq = getSizeReq+        containerGetSizeReq = getSizeReq,+        containerUseScissor = True -- otherwise the buttons extend outside the header when the grid scrolls horizontally       }   where     -- ensures child widgets don't disappear when scrolling