Kaydet (Commit) 22ebb328 authored tarafından Ivan Timofeev's avatar Ivan Timofeev

don't hide images in menus (fdo#31471, fdo#41264)

üst 4c75e57a
...@@ -960,7 +960,7 @@ void Menu::ImplInit() ...@@ -960,7 +960,7 @@ void Menu::ImplInit()
{ {
mnHighlightedItemPos = ITEMPOS_INVALID; mnHighlightedItemPos = ITEMPOS_INVALID;
mpSalMenu = NULL; mpSalMenu = NULL;
nMenuFlags = 0; nMenuFlags = MENU_FLAG_SHOWCHECKIMAGES;
nDefaultItem = 0; nDefaultItem = 0;
//bIsMenuBar = sal_False; // this is now set in the ctor, must not be changed here!!! //bIsMenuBar = sal_False; // this is now set in the ctor, must not be changed here!!!
nSelectedId = 0; nSelectedId = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment