Kaydet (Commit) 9cfecc0f authored tarafından Oliver Specht's avatar Oliver Specht

#101550# enable/disable dynamic distance CheckBox

üst cc502e55
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: hdft.cxx,v $ * $RCSfile: hdft.cxx,v $
* *
* $Revision: 1.7 $ * $Revision: 1.8 $
* *
* last change: $Author: os $ $Date: 2002-08-26 11:30:08 $ * last change: $Author: os $ $Date: 2002-08-30 10:50:18 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -498,6 +498,7 @@ IMPL_LINK( SvxHFPage, TurnOnHdl, CheckBox *, pBox ) ...@@ -498,6 +498,7 @@ IMPL_LINK( SvxHFPage, TurnOnHdl, CheckBox *, pBox )
{ {
aDistFT.Enable(); aDistFT.Enable();
aDistEdit.Enable(); aDistEdit.Enable();
aDynSpacingCB.Enable();
aHeightFT.Enable(); aHeightFT.Enable();
aHeightEdit.Enable(); aHeightEdit.Enable();
aHeightDynBtn.Enable(); aHeightDynBtn.Enable();
...@@ -525,6 +526,7 @@ IMPL_LINK( SvxHFPage, TurnOnHdl, CheckBox *, pBox ) ...@@ -525,6 +526,7 @@ IMPL_LINK( SvxHFPage, TurnOnHdl, CheckBox *, pBox )
{ {
aDistFT.Disable(); aDistFT.Disable();
aDistEdit.Disable(); aDistEdit.Disable();
aDynSpacingCB.Enable(FALSE);
aHeightFT.Disable(); aHeightFT.Disable();
aHeightEdit.Disable(); aHeightEdit.Disable();
aHeightDynBtn.Disable(); aHeightDynBtn.Disable();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment