Set foreground colour properly, this was missed from the epic-refactor work
This commit is contained in:
parent
c387197b93
commit
bfb3bec7d4
|
@ -126,4 +126,7 @@ class EditableLabel(gtk.EventBox):
|
|||
if key == 'Escape':
|
||||
self._entry_to_label (None, None)
|
||||
|
||||
def modify_fg(self, state, color):
|
||||
self._label.modify_fg(state, color)
|
||||
|
||||
gobject.type_register(EditableLabel)
|
||||
|
|
Loading…
Reference in New Issue