Fix image update of DROPDOWNONLY buttons
Change-Id: I787878d6ac02d15286a405ccfcc1f09f04c39501
This commit is contained in:
parent
1abc8c1608
commit
4b35bffa0e
@ -260,7 +260,7 @@ css::uno::Reference< css::awt::XWindow > SubToolBarController::createPopupWindow
|
||||
sal_Bool SubToolBarController::opensSubToolbar()
|
||||
throw ( css::uno::RuntimeException, std::exception )
|
||||
{
|
||||
return sal_True;
|
||||
return !m_aLastCommand.isEmpty();
|
||||
}
|
||||
|
||||
OUString SubToolBarController::getSubToolbarName()
|
||||
|
Loading…
x
Reference in New Issue
Block a user