From 3327d9393fc46bc63f69edef217d23056cda63e2 Mon Sep 17 00:00:00 2001 From: cxl Date: Mon, 20 Oct 2008 18:57:18 +0000 Subject: [PATCH] git-svn-id: svn://ultimatepp.org/upp/trunk@555 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/GLCtrl/X11GLCtrl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/uppsrc/GLCtrl/X11GLCtrl.cpp b/uppsrc/GLCtrl/X11GLCtrl.cpp index 62e622249..8aff33c11 100644 --- a/uppsrc/GLCtrl/X11GLCtrl.cpp +++ b/uppsrc/GLCtrl/X11GLCtrl.cpp @@ -201,6 +201,7 @@ GLCtrl::GLCtrl(int depthsize, int stencilsize, bool doublebuffer, bool multisamp { pane.ctrl = this; Add(pane.SizePos()); + NoWantFocus(); } #endif