Fix initialization order in PaletteEntryEditor

This commit is contained in:
David Capello 2014-08-15 00:27:12 -03:00
parent 897513264d
commit fbda63704f

View File

@ -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;