This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit 2d3ee0c8020c3a300387aa8383f9719eed6e07d9 Author: David Capello <[email protected]> Date: Thu Mar 17 16:42:50 2016 -0300 Rotate foreground color hue by default with mouse wheel above ColorSelector --- src/app/ui/color_bar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/ui/color_bar.cpp b/src/app/ui/color_bar.cpp index a8209a4..7a6c17e 100644 --- a/src/app/ui/color_bar.cpp +++ b/src/app/ui/color_bar.cpp @@ -148,7 +148,7 @@ ColorBar::ColorBar(int align) , m_syncingWithPref(false) , m_lastDocument(nullptr) , m_ascending(true) - , m_lastButtons(kButtonNone) + , m_lastButtons(kButtonLeft) { m_instance = this; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

