Skip to content
Snippets Groups Projects
Commit df626712 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Correctly remove placeholder on focus in

This is a regression from e281fb68

Fixes #9440
parent cd65b591
No related branches found
No related tags found
No related merge requests found
......@@ -95,6 +95,7 @@ class MessageTextView(Gtk.TextView):
self.connect('paste-clipboard', self._paste_clipboard)
self.connect_after('paste-clipboard', self._after_paste_clipboard)
self.connect('focus-in-event', self._on_grab_focus)
self.connect('grab-focus', self._on_grab_focus)
self.connect('focus-out-event', self._on_focus_out)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment