GtkTextView bug in 2.0.9
Todd Kulesza <[email protected]>
| Newsgroups | gmane.comp.video.gimp.windows.devel |
|---|---|
| Message-ID | <[email protected]> |
I have a cross-platform program which users two GtkTextViews in a single window. After upgrading to GTK+-win32-2.0.9, the program now locks up when the mouse is clicked on the second View once text has been entered into it. There are no signals connected to either view, and just to test I made a new View in the same dialog and experienced the same result. The problem seems to be in libgtk-win32-2.0-0.dll; when I downgrade that file to the 2.0.6 release, my program works fine again. The Linux version has no such problem, so it looks like something specific to the Win32 build of GTK+. I searched bugzilla but didn't find anything related. Is anyone else having issues with dual-TextViews? Tor, any ideas on what may be causing this? I can post parts of the source code in question if need be; the executable can be downloaded from http://www.dropline.net/jade/download.html if you want to replicate this yourself. Just click "New Item", enter some text in the "Payment Instructions" area, then click the mouse somewhere in that TextView. Thanks! Todd Kulesza