[Libreoffice-commits] .: vcl/source
Ivan Timofeev
ivantimofeev at kemper.freedesktop.org
Fri Dec 23 07:14:27 PST 2011
vcl/source/window/menu.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 22ebb32863f7874ccd1d39881140a0bbcbc5f72a
Author: Ivan Timofeev <timofeev.i.s at gmail.com>
Date: Fri Dec 23 19:10:18 2011 +0400
don't hide images in menus (fdo#31471, fdo#41264)
diff --git a/vcl/source/window/menu.cxx b/vcl/source/window/menu.cxx
index 65a83a5..c44f906 100644
--- a/vcl/source/window/menu.cxx
+++ b/vcl/source/window/menu.cxx
@@ -960,7 +960,7 @@ void Menu::ImplInit()
{
mnHighlightedItemPos = ITEMPOS_INVALID;
mpSalMenu = NULL;
- nMenuFlags = 0;
+ nMenuFlags = MENU_FLAG_SHOWCHECKIMAGES;
nDefaultItem = 0;
//bIsMenuBar = sal_False; // this is now set in the ctor, must not be changed here!!!
nSelectedId = 0;
More information about the Libreoffice-commits
mailing list