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:15:29 +0400
commit746cde4adb386e26ec3368198b4d893db16ee2cc (patch)
tree3135cc9edcadcc5e006076a6782c6dad7f89b637 /vcl
parentdfa082d3836d34b19a07b326c46d1e069ed5f50b (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 e143dfec8d22..66db82ab792a 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;