[Commits] [wesnoth/wesnoth] 8a5b4f: Make some transient messages transparent again
GitHub
noreply at github.com
Wed Mar 2 08:00:24 UTC 2016
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 8a5b4fed4122c356887747e13141d9d9893e2b3e
https://github.com/wesnoth/wesnoth/commit/8a5b4fed4122c356887747e13141d9d9893e2b3e
Author: Andreas Löf <andreas at alternating.net>
Date: 2016-03-02 (Wed, 02 Mar 2016)
Changed paths:
M src/gui/dialogs/preferences_dialog.cpp
M src/gui/dialogs/transient_message.cpp
M src/gui/dialogs/transient_message.hpp
Log Message:
-----------
Make some transient messages transparent again
The transient messages transparency relies on the restorer
pattern. This enables it for certain transient messages, making sure
that they are drawn properly. Enabling it across all messages will
cause breakage.
This is a bit of a workaround, it should be changed to not rely on the
background restore functionality.
More information about the Commits
mailing list