commit | 75d88907ffa00e7d5d602ad9befcebcc81698f85 | [log] [tgz] |
---|---|---|
author | Rein Klazes <wijn@wanadoo.nl> | Mon Jun 20 14:12:39 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Jun 20 14:12:39 2005 +0000 |
tree | 59b2439957600f48d5fe98e72d7075fe6c2fa284 | |
parent | e5208ca7a36c22827dcc59656135f9430640e4b5 [diff] |
Owner drawn menu item size calculation fixes: - Correct width calculation of owner drawn menu items; - Set the height value in the MEASUREITEM struct to the same value as Windows (NT/2k/XP) does (problem debugged by Felix Nawothnig); - Add tests for the fixes above; - Also add tests for menu bars with owner drawn items.