1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
Known problems fixed in GtkAda 2.24.4
- L615-005 Constraint Error using the GtkAda.Canvas
Problem: The GtkAda.Canvas might raise a Constraint_Error when moving
the mouse and a button has never been pressed.
Workaround: None known.
Known problems fixed in GtkAda 2.24.3
- L924-024 GtkAda.Canvas default layout incorrect with self links
Problem: When an item's first out link is a link to itself, this
item will not get a proper location through the default
automatic layout algorithm.
Workaround: Either make sure the self-link is not first, or specify
explicit coordinates for the item in the call to Put
Known problems fixed in GtkAda 2.24.2
- KC01-003 Changing the theme on-the-fly may cause a SIGSEGV
Problem: When using buttons and comboboxes, changing the theme
may cause a SIGSEGV if both properties gtk-button-images
and GtkComboBox::appears-as-list are modified.
Workaround: Do not change your theme on-the-fly, but only upon restart.
- KA07-026 Text alignment in Gtk_Plot_Canvas
Problem: Under Windows, when displaying text in a Gtk_Plot_Canvas,
the base line for digits is not aligned with the base line for
text.
Workaround: No known workaround.
Known problems fixed in GtkAda 2.24.0
- K726-004 Support for dead keys under Windows
Problem: Under windows, the dead keys for acute accent and diaeresis,
followed by a space, should produce respectively an apostrophe
and double quotes.
Workaround: No known workaround.
- K718-021 X11 resources leak in Gtk.Extra.Plot
Problem: The Gtk_Plot widget causes X11 resources leak every time
the plot size is changed or the axis are modified.
Workaround: No known workaround.
Known problems fixed in GtkAda 2.22.0
- JC10-011 Gtkada.MDI gives focus when raising a window
Problem: When selecting a floating window via the /Window
menu, there were a number of cases where the window was
not properly raised (depending on your window manager and
system). The MDI will now additionally give the text focus
to that window.
Workaround: Call Raise_Child manually to make sure the window was raised
- JC09-041 Gtk.Widget.Get_Snapshot fails and causes crashes
Problem: Calling Gtk.Widget.Get_Snapshot causes memory corruption and
potentially crashes.
Workaround: Fix the binding to Get_Snapshot: parameter Clip_Rect should be
a Gdk.Rectangle.Gdk_Rectangle_Access rather than
a Gtk.Rectangle.Gdk_Rectangle.
|