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