[Libreoffice-commits] .: Branch 'libreoffice-3-5' - vcl/source
Ivan Timofeev
ivantimofeev at kemper.freedesktop.org
Fri Dec 23 07:15:47 PST 2011
vcl/source/window/menu.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 746cde4adb386e26ec3368198b4d893db16ee2cc
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 e143dfe..66db82a 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