Kaydet (Commit) def32c7e authored tarafından Markus Mohrhard's avatar Markus Mohrhard

hide the style boxes to collapse the date entries fully

Change-Id: I58f06a57a05ef007afc203c737acfe29df6ea6a3
üst aa028cab
...@@ -1258,6 +1258,7 @@ void ScDateFrmtEntry::SetActive() ...@@ -1258,6 +1258,7 @@ void ScDateFrmtEntry::SetActive()
maLbDateEntry.Show(); maLbDateEntry.Show();
maFtStyle.Show(); maFtStyle.Show();
maWdPreview.Show(); maWdPreview.Show();
maLbStyle.Show();
Select(); Select();
} }
...@@ -1267,6 +1268,7 @@ void ScDateFrmtEntry::SetInactive() ...@@ -1267,6 +1268,7 @@ void ScDateFrmtEntry::SetInactive()
maLbDateEntry.Hide(); maLbDateEntry.Hide();
maFtStyle.Hide(); maFtStyle.Hide();
maWdPreview.Hide(); maWdPreview.Hide();
maLbStyle.Hide();
Deselect(); Deselect();
} }
......
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