mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-30 15:32:38 +00:00
Fix order of members initialisation in PaletteEntryEditor
This commit is contained in:
parent
583eed4398
commit
f9eb87f6b1
@ -243,8 +243,8 @@ PaletteEntryEditor::PaletteEntryEditor()
|
||||
, m_topBox(JI_HORIZONTAL)
|
||||
, m_bottomBox(JI_HORIZONTAL)
|
||||
, m_colorType(2)
|
||||
, m_entryLabel("")
|
||||
, m_changeMode(2)
|
||||
, m_entryLabel("")
|
||||
, m_disableHexUpdate(false)
|
||||
, m_redrawTimer(250, this)
|
||||
, m_redrawAll(false)
|
||||
|
Loading…
x
Reference in New Issue
Block a user