disable a few more controls when no border is set, tdf#94291

Change-Id: I687616e80685ea4cc462a48e55882c44745e003f
This commit is contained in:
Markus Mohrhard 2015-09-16 18:45:59 +02:00
parent 963c35d7cb
commit e93f9b39d3

View File

@ -850,6 +850,8 @@ void LinePropertyPanelBase::SelectLineStyle()
if(!bSelected)
mpLBStyle->SelectEntryPos( 0 );
ActivateControls();
}
void LinePropertyPanelBase::SelectEndStyle(bool bStart)