Add color getter-setter for source wrapper
This commit is contained in:
@@ -42,7 +42,7 @@ class LineColor(ViewColumn):
|
||||
|
||||
def getToolTip(self, stuff):
|
||||
if isinstance(stuff, SourceWrapper):
|
||||
return ''
|
||||
return 'Change line color'
|
||||
return ''
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user