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

only show two entries for between and not between

Change-Id: I8cf41941d50f7fb868868f17d6f25206ae53c76f
üst 1b8f3315
......@@ -296,7 +296,8 @@ void ScConditionFrmtEntry::SetActive()
{
maLbCondType.Show();
maEdVal1.Show();
maEdVal2.Show();
if(maLbCondType.GetSelectEntryPos() == 6 || maLbCondType.GetSelectEntryPos() == 7)
maEdVal2.Show();
maFtStyle.Show();
maLbStyle.Show();
maWdPreview.Show();
......
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