Using --- and +++ now also works correctly for the height offset in the edit sector properties dialog

This commit is contained in:
biwa 2019-12-14 11:52:46 +01:00
parent c9e7551ca3
commit 31eaf98cbe
4 changed files with 57 additions and 14 deletions

View file

@ -444,6 +444,12 @@ namespace CodeImp.DoomBuilder.Controls
tooltip.RemoveAll();
}
}
// biwa
public void ResetIncrementStep()
{
incrementstep = 1;
}
#endregion
}