More stuff I missed.

This commit is contained in:
Mari the Deer 2023-03-17 13:25:54 +01:00
commit a2f245b189
37 changed files with 67 additions and 71 deletions

View file

@ -958,8 +958,8 @@ Class OptionMenuItemTrapOption : OptionMenuItem
}
}
// this is kind of a fucky
// scalesliders kinda fuck up keyboard input if the step is not 1,
// this is kind of a hot mess
// scalesliders don't mesh well with keyboard input if the step is not 1,
// so I'll fix that for my super special use cases
Class OptionMenuItemScaleSliderFix : OptionMenuItemScaleSlider
{