vgmoose / vgedit

SDL text editor for homebrew'd video game consoles, with controller and touch screen support
GNU General Public License v3.0
71 stars 4 forks source link

Set toolbar maximum file path length #4

Closed satelliteseeker closed 5 years ago

satelliteseeker commented 5 years ago

There is a bug that causes long file paths to be displayed over the toolbar text, causing unreadability of both.

After the fix, the maximum file path length is set to 48. Any file path exceeding 48 characters will have its initial part be replaced by 3 dots.

2019081714453300-DB1426D1DFD034027CECDE9C2DD914B8-copy

vgmoose commented 5 years ago

Awesome– thanks! An elegant solution