[Commits] [wesnoth/wesnoth] 0bbcd4: Uncomment re-selection guard in tgroup::set_member...
GitHub
noreply at github.com
Tue Sep 20 18:13:26 UTC 2016
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 0bbcd4055eaa6eb63c72941ad6cef8c09347e666
https://github.com/wesnoth/wesnoth/commit/0bbcd4055eaa6eb63c72941ad6cef8c09347e666
Author: Charles Dang <exodia339 at gmail.com>
Date: 2016-09-21 (Wed, 21 Sep 2016)
Changed paths:
M src/gui/widgets/group.hpp
Log Message:
-----------
Uncomment re-selection guard in tgroup::set_member_active
Without this, multiple selections could occur in the Faction Select dialog. However, somehow the
next option immediately to the disabled one gets selected instead of the first available selection
as expected. While this fixes the FLG dialog, it might have repercussions for the Create Unit dialog.
It's possible this issue has something to do with the ordering of the map. Will have to investigate
further after this.
More information about the Commits
mailing list