Skip to content

Commit

Permalink
no focus changes for OR windows at all
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@3830 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jul 12, 2013
1 parent d804cb1 commit 1ce3579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/client/gtk_base/gtk_client_window_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def do_map_event(self, event):
self.send("map-window", self._id, x, y, w, h, self._client_properties)
self._pos = (x, y)
self._size = (w, h)
self.idle_add(self._focus_change, "initial")
self.idle_add(self._focus_change, "initial")

def do_configure_event(self, event):
self.debug("Got configure event: %s", event)
Expand Down

0 comments on commit 1ce3579

Please sign in to comment.