diff --git a/src/chat_control.py b/src/chat_control.py index 9bb1137f6..d857f1ce7 100644 --- a/src/chat_control.py +++ b/src/chat_control.py @@ -231,7 +231,6 @@ class ChatControlBase(MessageControl): if opts[0]: fg_color = widget.style.fg[gtk.STATE_SELECTED] widget.modify_fg(gtk.STATE_NORMAL, fg_color) - widget.realize() self.connect_style_event(widget, opts[0], opts[1]) def _on_keypress_event(self, widget, event):