disable a few more controls when no border is set, tdf#94291
Change-Id: I687616e80685ea4cc462a48e55882c44745e003f
This commit is contained in:
parent
963c35d7cb
commit
e93f9b39d3
@ -850,6 +850,8 @@ void LinePropertyPanelBase::SelectLineStyle()
|
|||||||
|
|
||||||
if(!bSelected)
|
if(!bSelected)
|
||||||
mpLBStyle->SelectEntryPos( 0 );
|
mpLBStyle->SelectEntryPos( 0 );
|
||||||
|
|
||||||
|
ActivateControls();
|
||||||
}
|
}
|
||||||
|
|
||||||
void LinePropertyPanelBase::SelectEndStyle(bool bStart)
|
void LinePropertyPanelBase::SelectEndStyle(bool bStart)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user