B2021-029: Blank lines appearing in search results
This commit is contained in:
parent
cf126fe4ce
commit
bbf3bcd0b1
@ -728,7 +728,8 @@ namespace Volian.Controls.Library
|
||||
MyEditItem.SaveContents();
|
||||
StepConfig sc = CurItemInfo.MyConfig as StepConfig;
|
||||
// if the changeID changed, then reset the change bar override
|
||||
if (sc.Step_ChangeID != tbChgID.Text)
|
||||
// B2021-029: don't change changeid if the config & text box are both empty
|
||||
if (sc.Step_ChangeID != tbChgID.Text && sc.Step_ChangeID != null && tbChgID.Text != "")
|
||||
{
|
||||
sc.Step_ChangeID = tbChgID.Text;
|
||||
sc.Step_CBOverride = null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user