clintbellanger / flare

Free Libre Action Roleplaying Engine
http://clintbellanger.net/rpg/
GNU General Public License v3.0
166 stars 41 forks source link

Remove WidgetComboBox #958

Closed dorkster closed 11 years ago

dorkster commented 11 years ago

I noticed that the Languages combobox was too long for the game's default 640x480 resolution. This is the second time this has happened (first was the old Resolutions combobox going off screen), so I just went ahead and replaced these comboboxes with listboxes.

I also removed a hardcoded bit related to the keybindings scrollpane, so now the keybinds are properly spaced in the 320x240 mod.

clintbellanger commented 11 years ago

Let's remember that WidgetComboBox exists in the source history in case we need it again. Otherwise I'm fine with unused code being purged like this.