Fix presenting window after drag & drop

github/fork/yochananmarqos/patch-1
Gonçalo Silva 2019-06-22 00:36:09 +01:00
parent adcb73b129
commit 1cc2fc5a4c
1 changed files with 1 additions and 1 deletions

View File

@ -58,5 +58,5 @@ class DragDropHandler:
text_buffer.insert_at_cursor(data.get_text())
Gtk.drag_finish(drag_context, True, True, time)
text_view.get_window().present_with_time(time)
text_view.get_toplevel().present_with_time(time)
return False