Make wxInfoBar actually appear when using GTK+ 3

Due to https://bugzilla.gnome.org/show_bug.cgi?id=710888 GtkInfoBar
wasn't shown if it had been hidden before -- which is exactly what
wxInfoBar did.

Fix this using the workaround proposed in the bug report, which makes
the info bar appear immediately, without any transition, which might be
not ideal, but markedly better than failing to show it at all.
This commit is contained in:
Vadim Zeitlin
2018-07-14 19:53:13 +02:00
parent cc83925147
commit 3e27a53e95
2 changed files with 26 additions and 0 deletions

View File

@@ -106,6 +106,7 @@ All (GUI):
wxGTK:
- Implement wxTextCtrl::HitTest() for single line controls.
- Fix not showing wxInfoBar with GTK+ 3 < 3.22.29.
- Fix the build with glib < 2.32 (e.g. CentOS 6).
wxMSW: