eric7/IconEditor/IconEditorGrid.py

branch
eric7
changeset 8857
8191d15b8974
parent 8366
2a9f5153c438
child 8873
989b31970862
--- a/eric7/IconEditor/IconEditorGrid.py	Sun Dec 26 17:40:02 2021 +0100
+++ b/eric7/IconEditor/IconEditorGrid.py	Sun Dec 26 17:40:29 2021 +0100
@@ -429,6 +429,7 @@
         painter = QPainter(self)
         
         if self.__zoom >= 3 and self.__gridEnabled:
+            # TODO: adjust colors
             painter.setPen(self.palette().windowText().color())
             i = 0
             while i <= self.__image.width():

eric ide

mercurial