Kaydet (Commit) 11c4ce59 authored tarafından Takeshi Abe's avatar Takeshi Abe Kaydeden (comit) Jan Holesovsky

fdo#41187 - "Prind grid" possible only when "Display grid" checked

üst d052ac38
...@@ -518,7 +518,9 @@ IMPL_LINK(SwTextGridPage, GridTypeHdl, RadioButton*, pButton) ...@@ -518,7 +518,9 @@ IMPL_LINK(SwTextGridPage, GridTypeHdl, RadioButton*, pButton)
IMPL_LINK(SwTextGridPage, DisplayGridHdl, CheckBox*, EMPTYARG) IMPL_LINK(SwTextGridPage, DisplayGridHdl, CheckBox*, EMPTYARG)
{ {
aPrintCB.Enable(aDisplayCB.IsChecked()); sal_Bool bChecked = aDisplayCB.IsChecked();
aPrintCB.Enable(bChecked);
aPrintCB.Check(bChecked);
return 0; return 0;
} }
......
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