Fix order of members initialisation in PaletteEntryEditor

This commit is contained in:
David Capello 2015-05-28 11:12:19 -03:00
parent 583eed4398
commit f9eb87f6b1

View File

@ -243,8 +243,8 @@ PaletteEntryEditor::PaletteEntryEditor()
, m_topBox(JI_HORIZONTAL) , m_topBox(JI_HORIZONTAL)
, m_bottomBox(JI_HORIZONTAL) , m_bottomBox(JI_HORIZONTAL)
, m_colorType(2) , m_colorType(2)
, m_entryLabel("")
, m_changeMode(2) , m_changeMode(2)
, m_entryLabel("")
, m_disableHexUpdate(false) , m_disableHexUpdate(false)
, m_redrawTimer(250, this) , m_redrawTimer(250, this)
, m_redrawAll(false) , m_redrawAll(false)