Closed oswald2 closed 5 years ago
Adding a Scrolled in a FLUID file issues a call to "scrollNew" which is not known and should be "scrolledNew"
Issued message:
aurisi> • Variable not in scope: aurisi> scrollNew :: Rectangle -> Maybe a0 -> IO (Ref a3) aurisi> • Perhaps you meant ‘scrolledNew’ (imported from Graphics.UI.FLTK.LowLevel.FLTKHS) aurisi> | aurisi> 25 | mainScrolled <- scrollNew (toRectangle (25,25,1730,1000)) Nothing; aurisi> | ^^^^^^^^^
Version: fltkhs-0.8.0.2
Fixed. https://github.com/deech/fltkhs/commit/0dc7dd47528c6851a540a3b227bbe063586c0b6c
Adding a Scrolled in a FLUID file issues a call to "scrollNew" which is not known and should be "scrolledNew"
Issued message:
Version: fltkhs-0.8.0.2