From 8be4c9ff868c050de9ef6f532bd880abaa6643f7 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 22 Feb 2011 12:13:19 +0000 Subject: [PATCH] Documented menu bar fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@66991 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/changes.txt b/docs/changes.txt index 840d858e42..4acf1c8870 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -146,7 +146,9 @@ wxGTK: - Fix for --disable-radiobtn compilation. - Fixed a bug on GTK+ only whereby wxGrid scrolls back to the previous edit position when another cell is edited. - +- Fix for missing menubar problem under some window managers where menu bar height is + reported as 0 when the menu hasn't fully realized yet. Now updates the height during + idle time if it is 0, otherwise no menu is shown. 2.8.11: -------