[Commits] [wesnoth/wesnoth] 941e1c: Stop replacing listboxes with panes with --new-wid...
GitHub
noreply at github.com
Thu Jan 5 18:11:20 UTC 2017
Branch: refs/heads/remove-pane-experiment
Home: https://github.com/wesnoth/wesnoth
Commit: 941e1c2a84319f14dd12596dcdc9bb89c1dda38b
https://github.com/wesnoth/wesnoth/commit/941e1c2a84319f14dd12596dcdc9bb89c1dda38b
Author: Jyrki Vesterinen <sandgtx at gmail.com>
Date: 2017-01-05 (Thu, 05 Jan 2017)
Changed paths:
M src/gui/widgets/listbox.cpp
Log Message:
-----------
Stop replacing listboxes with panes with --new-widgets
I don't see the point of such a change. More important, it breaks all
dialogs which search a listbox with find_widget<listbox>() and don't have
a separate code path for --new-widgets, such as the new add-on manager.
In particular, testing the new add-on manager without code changes was
impossible because it was disabled without --new-widgets and failed to
find the add-on list with it.
More information about the Commits
mailing list