don't hide images in menus (fdo#31471, fdo#41264)
This commit is contained in:
parent
4c75e57a42
commit
22ebb32863
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue