mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 20:10:38 +00:00

There's an issue with textboxes across separate window instances (e.g. when firing up the New Folder dialog in the file dialog) each getting a blinking cursor simultaneously displayed on the screen due to timer events persisting even when a GUI2 window isn't running. This may cause repaint issues since the whole textbox may need to be redrawn each time the timer fires, so it's best to disable it until I figure out a better way to implement a unique global blinking cursor.