From 90c6e2e1864cf93d4c694ef01edb2c2886ea10d4 Mon Sep 17 00:00:00 2001 From: nils Date: Mon, 10 Jan 2011 04:09:12 +0000 Subject: set focus to textedit on start git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@438 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- gpgwin.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'gpgwin.cpp') diff --git a/gpgwin.cpp b/gpgwin.cpp index 1980c5e..7a6e496 100644 --- a/gpgwin.cpp +++ b/gpgwin.cpp @@ -69,6 +69,7 @@ GpgWin::GpgWin() edit->loadFile(args[1]); } } + edit->curTextPage()->setFocus(); } void GpgWin::restoreSettings() -- cgit v1.2.3