Custom Query (152 matches)
Results (10 - 12 of 152)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1127 | fixed | PixbufData instance for MArray missing a method | axel | guest |
| description |
gtk/Graphics/UI/Gtk/Gdk/PixbufData.hs.pp:58:0: No instance nor default method for class operation Data.Array.Base.getNumElements seems straightforward. |
|||
| #1156 | fixed | textBufferPasteClipboard | axel | guest |
| description |
Unable to paste at the current cursor position In TextBuffer?, function textBufferPasteClipboard has type textBufferPasteClipboard :: TextBufferClass? self => self -> Clipboard -> TextIter? -> Bool defaultEditable -> IO () I think the type should be textBufferPasteClipboard :: TextBufferClass? self => self -> Clipboard -> Maybe TextIter? -> Bool defaultEditable -> IO () |
|||
| #1157 | invalid | afterSizeAllocate throws schedule: re-entered unsafely bug | axel | guest |
| description |
After trying the mailing list and not getting any response I though I'd just report it as a bug. The error thrown is : Client.exe: schedule: re-entered unsafely.
and a sample code is -- | Event in which we need to resize the images in. frameResizeEvent :: [Image] -> Pos -> Rectangle -> IO () frameResizeEvent imgs (h,w) (Rectangle x y width height) =
scalePixbufTo :: Int -> Int -> Image -> IO () scalePixbufTo w h img =
It works one time, when the window is initially shown, but after that, it crashes with the error mentioned above. This really is a show stopper for me and I hope it's just me doing something wrong. |
|||