Skip to content

Add missing brackets

Robin Müller requested to merge (removed):fix-triggers-focus into master

has_focus is a method of the Gtk.Window instance so it's necessary to add brackets after the method name. Otherwise python returns just the reference to the method and not the result of the method.

Closes #311 (closed)

Merge request reports