diff --git a/WINGs/wcolorpanel.c b/WINGs/wcolorpanel.c index f23c91d2..8aea1df9 100644 --- a/WINGs/wcolorpanel.c +++ b/WINGs/wcolorpanel.c @@ -2867,8 +2867,6 @@ static void customSetPalette(W_ColorPanel * panel) panel->palXRatio = (double)(panel->customPaletteImg->width) / (double)(customPaletteWidth); panel->palYRatio = (double)(panel->customPaletteImg->height) / (double)(customPaletteHeight); - - WMGetPopUpButtonSelectedItem(panel->customPaletteHistoryBtn); } static void customPalettePositionSelection(W_ColorPanel * panel, int x, int y)