diff options
author | Philipp Lohmann [pl] <Philipp.Lohmann@Sun.COM> | 2010-03-29 14:06:42 +0200 |
---|---|---|
committer | Philipp Lohmann [pl] <Philipp.Lohmann@Sun.COM> | 2010-03-29 14:06:42 +0200 |
commit | f71125e5578bebf905137ebed18e4e12254f5767 (patch) | |
tree | 214e481729ca7f3f581e9420950ddce40815224e | |
parent | 7fb82337d853a325aec6313f73552e69a3a95950 (diff) |
nativea: #161883# focus handling
-rw-r--r-- | framework/source/services/backingwindow.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/source/services/backingwindow.cxx b/framework/source/services/backingwindow.cxx index 41b648f656b7..21c62fd89a54 100644 --- a/framework/source/services/backingwindow.cxx +++ b/framework/source/services/backingwindow.cxx @@ -508,6 +508,8 @@ void BackingWindow::initControls() maBackgroundMiddle = BitmapEx(); Resize(); + + maWriterButton.GrabFocus(); } void BackingWindow::loadImage( const ResId& i_rId, ImageButton& i_rButton ) |