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

accidently moved that line around

Change-Id: I8a6bbe161a91140e1ee2aca36ba848a02286108f
üst 46fe5e5e
...@@ -506,7 +506,6 @@ ScFormulaFrmtEntry::ScFormulaFrmtEntry( Window* pParent, ScDocument* pDoc, const ...@@ -506,7 +506,6 @@ ScFormulaFrmtEntry::ScFormulaFrmtEntry( Window* pParent, ScDocument* pDoc, const
FreeResource(); FreeResource();
maLbType.SelectEntryPos(2); maLbType.SelectEntryPos(2);
maLbColorFormat.SelectEntryPos(1);
if(pFormat) if(pFormat)
{ {
...@@ -816,6 +815,7 @@ ScColorScale3FrmtEntry::ScColorScale3FrmtEntry( Window* pParent, ScDocument* pDo ...@@ -816,6 +815,7 @@ ScColorScale3FrmtEntry::ScColorScale3FrmtEntry( Window* pParent, ScDocument* pDo
maLbEntryTypeMin.RemoveEntry(0); maLbEntryTypeMin.RemoveEntry(0);
maLbEntryTypeMiddle.RemoveEntry(0); maLbEntryTypeMiddle.RemoveEntry(0);
maLbEntryTypeMax.RemoveEntry(0); maLbEntryTypeMax.RemoveEntry(0);
maLbColorFormat.SelectEntryPos(1);
Init(); Init();
maLbType.SelectEntryPos(0); maLbType.SelectEntryPos(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