vatACARS / plugin

vatACARS is designed to enhance the functionality of vatSys, a popular air traffic control simulation software, by integrating ACARS capabilities.
https://vatacars.com
GNU General Public License v3.0
4 stars 5 forks source link

Refactor response handling in EditorWindow.cs #147

Closed AussieScorcher closed 3 months ago

AussieScorcher commented 3 months ago

Removed responseIndex = 0; to avoid unnecessary index reset. Added UpdateResponseText(); in btn_messageScrollerSecondary_MouseDown to ensure the UI reflects the current state accurately.