From fbda63704fad0b5f7fe5c3120c206d16cbc8d230 Mon Sep 17 00:00:00 2001 From: David Capello Date: Fri, 15 Aug 2014 00:27:12 -0300 Subject: [PATCH] Fix initialization order in PaletteEntryEditor --- src/app/commands/cmd_palette_editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/commands/cmd_palette_editor.cpp b/src/app/commands/cmd_palette_editor.cpp index adcee22b5..4a01eeaa0 100644 --- a/src/app/commands/cmd_palette_editor.cpp +++ b/src/app/commands/cmd_palette_editor.cpp @@ -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;