diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-01-10 04:09:12 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-01-10 04:09:12 +0000 |
commit | 90c6e2e1864cf93d4c694ef01edb2c2886ea10d4 (patch) | |
tree | 2270f8e5026d2d62cf4089dbff550acc7833400b /gpgwin.cpp | |
parent | some more handling of tab closing (diff) | |
download | gpg4usb-90c6e2e1864cf93d4c694ef01edb2c2886ea10d4.tar.gz gpg4usb-90c6e2e1864cf93d4c694ef01edb2c2886ea10d4.zip |
set focus to textedit on start
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@438 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpgwin.cpp')
-rw-r--r-- | gpgwin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -69,6 +69,7 @@ GpgWin::GpgWin() edit->loadFile(args[1]); } } + edit->curTextPage()->setFocus(); } void GpgWin::restoreSettings() |