mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 03:16:58 +00:00
Fix initialization order in PaletteEntryEditor
This commit is contained in:
parent
897513264d
commit
fbda63704f
@ -254,10 +254,10 @@ PaletteEntryEditor::PaletteEntryEditor()
|
||||
, m_rampButton("Ramp")
|
||||
, m_quantizeButton("Quantize")
|
||||
, m_disableHexUpdate(false)
|
||||
, m_redrawTimer(250, this)
|
||||
, m_redrawAll(false)
|
||||
, m_implantChange(false)
|
||||
, m_selfPalChange(false)
|
||||
, m_redrawTimer(250, this)
|
||||
{
|
||||
m_topBox.setBorder(gfx::Border(0));
|
||||
m_topBox.child_spacing = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user