summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2011-12-23 19:10:18 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2011-12-23 19:10:18 +0400
commit22ebb32863f7874ccd1d39881140a0bbcbc5f72a (patch)
treed69baf9837363bc53c64233c21e17ca2fa59df28 /vcl
parent4c75e57a42251b86683253a832c534d8909a9f23 (diff)
don't hide images in menus (fdo#31471, fdo#41264)
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/window/menu.cxx2
1 files changed, 1 insertions, 1 deletions
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;