summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-03-09 01:17:13 +0100
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-03-09 14:21:38 -0500
commitff3322a98f7817bd383a2d88fa5ba057648dfeaf (patch)
treebf5be8b7e131aaf848eb6c384dab4bc594c2dbc8 /sc
parent6eea398000f04c68f422ab07353ea4631f4edb5e (diff)
Set entries correctly visible, fdo#47102
Signed-off-by: Kohei Yoshida <kohei.yoshida@gmail.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/attrdlg/condfrmt.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/sc/source/ui/attrdlg/condfrmt.cxx b/sc/source/ui/attrdlg/condfrmt.cxx
index 4687bb804e31..c0fdf6b38370 100644
--- a/sc/source/ui/attrdlg/condfrmt.cxx
+++ b/sc/source/ui/attrdlg/condfrmt.cxx
@@ -647,6 +647,8 @@ IMPL_LINK( ScConditionalFormatDlg, ChangeCond11Hdl, void *, EMPTYARG )
aRbCond12.Hide();
aRbCond11.SetPosPixel( aRBtn1Pos2 );
aEdtCond11.SetPosSizePixel( aCond1Pos1, aCond1Size1 );
+ aEdtCond11.Show();
+ aRbCond11.Show();
}
ChangeCond12Hdl( NULL );
@@ -742,6 +744,8 @@ IMPL_LINK( ScConditionalFormatDlg, ChangeCond21Hdl, void *, EMPTYARG )
aRbCond22.Hide();
aRbCond21.SetPosPixel( aRBtn2Pos2 );
aEdtCond21.SetPosSizePixel( aCond2Pos1, aCond2Size1 );
+ aEdtCond21.Show();
+ aRbCond21.Show();
}
ChangeCond22Hdl( NULL );
@@ -839,6 +843,8 @@ IMPL_LINK( ScConditionalFormatDlg, ChangeCond31Hdl, void *, EMPTYARG )
aRbCond32.Hide();
aRbCond31.SetPosPixel( aRBtn3Pos2 );
aEdtCond31.SetPosSizePixel( aCond3Pos1, aCond3Size1 );
+ aEdtCond31.Show();
+ aRbCond31.Show();
}
ChangeCond32Hdl( NULL );