[Commits] [wesnoth/wesnoth] 1e8d8f: Drop down list: stop using has_minimum="false" and...
GitHub
noreply at github.com
Thu Feb 16 18:38:24 UTC 2017
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 1e8d8ff7d7171e76df3bd59881c20b68296ba05c
https://github.com/wesnoth/wesnoth/commit/1e8d8ff7d7171e76df3bd59881c20b68296ba05c
Author: Jyrki Vesterinen <sandgtx at gmail.com>
Date: 2017-02-16 (Thu, 16 Feb 2017)
Changed paths:
M data/gui/window/drop_down_list.cfg
M src/gui/dialogs/drop_down_menu.cpp
Log Message:
-----------
Drop down list: stop using has_minimum="false" and remove a workaround
Has_minimum="false" caused the following bug:
1. In a dropdown with toggle buttons, select any entry.
2. Close the dropdown and open it again.
3. Deselecting the entry selected in 1 is now impossible.
This commit fixes the bug above and addresses a FIXME.
More information about the Commits
mailing list