Restore ColorBar::ColorSelector enum order

In this way the default color wheel for initialized instances of
Aseprite is still the TINT_SHADE_TONE, and not NORMAL_MAP_WHEEL after
this change.
This commit is contained in:
David Capello 2018-03-12 10:39:20 -03:00
parent b0f383c4da
commit 50f2a755be

View File

@ -1,5 +1,5 @@
// Aseprite
// Copyright (C) 2001-2017 David Capello
// Copyright (C) 2001-2018 David Capello
//
// This program is distributed under the terms of
// the End-User License Agreement for Aseprite.
@ -54,8 +54,8 @@ namespace app {
SPECTRUM,
RGB_WHEEL,
RYB_WHEEL,
NORMAL_MAP_WHEEL,
TINT_SHADE_TONE,
NORMAL_MAP_WHEEL,
};
static ColorBar* instance() { return m_instance; }