--- a/IconEditor/IconEditorPalette.py Fri Jan 07 12:38:39 2011 +0100 +++ b/IconEditor/IconEditorPalette.py Fri Jan 07 15:52:50 2011 +0100 @@ -146,9 +146,9 @@ @param val value of the alpha channel """ if val != self.__currentAlpha: - col = QColor(self.__currentColor) - col.setAlpha(val) - self.colorSelected.emit(col) + col = QColor(self.__currentColor) + col.setAlpha(val) + self.colorSelected.emit(col) def setCompositingMode(self, mode): """