MortenTobiasNielsen / Factorio-TAS-Generator

This is an attempt to create a helper tool for Tool Assisted Speedruns in Factorio. A guide of how to use the tool can be found here: https://www.youtube.com/watch?v=V9tuNoDqc0E&t
MIT License
13 stars 4 forks source link

Doubleclick on imported step with amount 1.000000 #242

Closed theis999 closed 1 year ago

theis999 commented 1 year ago

This could be a problem in either the GUI or the step planner. Either way double clicking a task with amount 1.000000 doesn't get converted correctly to 1. Breaking the functionality of spinner arrows.

MortenTobiasNielsen commented 1 year ago

I guess this a something to do with the GUI expecting an integer, so it doesn't know what to do with the double.

theis999 commented 1 year ago

That sounds plausible.

theis999 commented 1 year ago

Seems to be resolved