[Commits] [wesnoth/wesnoth] fb0f2e: Menu Button: add ability to reset stored toggle st...
GitHub
noreply at github.com
Sat Apr 15 20:51:10 UTC 2017
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: fb0f2eef106c40354d55c787139de696ff7050ad
https://github.com/wesnoth/wesnoth/commit/fb0f2eef106c40354d55c787139de696ff7050ad
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-04-16 (Sun, 16 Apr 2017)
Changed paths:
M src/gui/widgets/menu_button.cpp
M src/gui/widgets/menu_button.hpp
Log Message:
-----------
Menu Button: add ability to reset stored toggle states
Since the drop down menu sets its states from the values in the value config it's passed, this resets
any prior toggle selections in the menu.
Commit: 13d2f010e90f5db588b8b1f5100c4c41634962a2
https://github.com/wesnoth/wesnoth/commit/13d2f010e90f5db588b8b1f5100c4c41634962a2
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-04-16 (Sun, 16 Apr 2017)
Changed paths:
M src/gui/dialogs/preferences_dialog.cpp
Log Message:
-----------
Preferences Dialog: reset hotkey filter toggle states when resetting to default (bug #25620)
Commit: 88430d3b88455fc982a76367154720729630f42d
https://github.com/wesnoth/wesnoth/commit/88430d3b88455fc982a76367154720729630f42d
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-04-16 (Sun, 16 Apr 2017)
Changed paths:
M src/gui/dialogs/preferences_dialog.cpp
Log Message:
-----------
Preferences Dialog: removed an invalidate_layout call
Doesn't appear to be needed anymore. Possibly existed when the hotkey filter used the grid listbox, but
said filter uses a dropdown now.
Compare: https://github.com/wesnoth/wesnoth/compare/3efcc2a31db3...88430d3b8845
More information about the Commits
mailing list