IconEditor/IconEditorPalette.py

changeset 826
2e3e2055e715
parent 791
9ec2ac20e54e
child 945
8cd4d08fa9f6
child 1510
e75ecf2bd9dd
diff -r 9cdec3c5bc07 -r 2e3e2055e715 IconEditor/IconEditorPalette.py
--- 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):
         """

eric ide

mercurial