From 22ebb32863f7874ccd1d39881140a0bbcbc5f72a Mon Sep 17 00:00:00 2001 From: Ivan Timofeev Date: Fri, 23 Dec 2011 19:10:18 +0400 Subject: [PATCH] don't hide images in menus (fdo#31471, fdo#41264) --- vcl/source/window/menu.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcl/source/window/menu.cxx b/vcl/source/window/menu.cxx index 65a83a5b82ea..c44f90605a34 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;