src/eric7/Preferences/ConfigurationPages/DiffColoursPage.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10428
a071d4065202
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
195 self.__coloursDict["TextColor"][0].name(), colour.name() 195 self.__coloursDict["TextColor"][0].name(), colour.name()
196 ) 196 )
197 ) 197 )
198 198
199 199
200 def create(dlg): 200 def create(dlg): # noqa: U100
201 """ 201 """
202 Module function to create the configuration page. 202 Module function to create the configuration page.
203 203
204 @param dlg reference to the configuration dialog 204 @param dlg reference to the configuration dialog
205 @return reference to the instantiated page (ConfigurationPageBase) 205 @return reference to the instantiated page (ConfigurationPageBase)

eric ide

mercurial