summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-09-16 18:45:59 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-09-20 21:33:58 +0200
commite93f9b39d3d844f59c7a0256169ef5f0d1dece8d (patch)
tree5d174788b73455a53f22f4f9088197769acc8868
parent963c35d7cb7272f5c18f812db61c490faa2210b8 (diff)
disable a few more controls when no border is set, tdf#94291
Change-Id: I687616e80685ea4cc462a48e55882c44745e003f
-rw-r--r--svx/source/sidebar/line/LinePropertyPanelBase.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/svx/source/sidebar/line/LinePropertyPanelBase.cxx b/svx/source/sidebar/line/LinePropertyPanelBase.cxx
index 59098a9fbb3b..9f4d20a42a5a 100644
--- a/svx/source/sidebar/line/LinePropertyPanelBase.cxx
+++ b/svx/source/sidebar/line/LinePropertyPanelBase.cxx
@@ -850,6 +850,8 @@ void LinePropertyPanelBase::SelectLineStyle()
if(!bSelected)
mpLBStyle->SelectEntryPos( 0 );
+
+ ActivateControls();
}
void LinePropertyPanelBase::SelectEndStyle(bool bStart)