menus are way too wide, wrong checkbox/radiobutton width
Change-Id: Ib8f1a21f19812092e2561621909f74fd98af2857
This commit is contained in:
parent
9516c661e8
commit
1558ee84dc
@ -2254,7 +2254,7 @@ Size Menu::ImplGetNativeCheckAndRadioSize( Window* pWin, long& rCheckHeight, lon
|
||||
)
|
||||
{
|
||||
rCheckHeight = aNativeBounds.GetHeight();
|
||||
nCheckWidth = aNativeBounds.GetWidth();
|
||||
nCheckWidth = aNativeContent.GetWidth();
|
||||
}
|
||||
}
|
||||
if( pWin->IsNativeControlSupported( CTRL_MENU_POPUP, PART_MENU_ITEM_RADIO_MARK ) )
|
||||
@ -2270,7 +2270,7 @@ Size Menu::ImplGetNativeCheckAndRadioSize( Window* pWin, long& rCheckHeight, lon
|
||||
)
|
||||
{
|
||||
rRadioHeight = aNativeBounds.GetHeight();
|
||||
nRadioWidth = aNativeBounds.GetWidth();
|
||||
nRadioWidth = aNativeContent.GetWidth();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user