Jump to content

[v0.1.1.0.21572] Engine Activate\Deactivate toggle in UI disagrees witth actual bool flag after first use (swapped)


MehJeb

Recommended Posts

this bugrep is for [v0.1.1.0.21572]

Here we have our craft saved with engine off (see what the label reads? "deactivate") and vice versa - so it is a very common rookie UI design mistake when one initializes UI element not with current value of the bool flag but with default value (true, engine is ON)... 

 

bug_activate_deactivate_toggle_swapped.j

Edited by MehJeb
Link to comment
Share on other sites

it should either be "Toggle engine" + [graphical indicator of current state: ON\OFF]  (as was in KSP1) or if they want a joint control\indicator, it should be intialized (and synced on every UI show\hide) with actual bool value

Link to comment
Share on other sites

×
×
  • Create New...