65 """ |
65 """ |
66 Private slot to set the colour of the search markers. |
66 Private slot to set the colour of the search markers. |
67 """ |
67 """ |
68 self.editorColours["SearchMarkers"] = \ |
68 self.editorColours["SearchMarkers"] = \ |
69 self.selectColour(self.searchMarkerButton, |
69 self.selectColour(self.searchMarkerButton, |
70 self.editorColours["SearchMarkers"]) |
70 self.editorColours["SearchMarkers"], True) |
71 |
71 |
72 def create(dlg): |
72 def create(dlg): |
73 """ |
73 """ |
74 Module function to create the configuration page. |
74 Module function to create the configuration page. |
75 |
75 |