summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2010-03-29 14:06:42 +0200
committerPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2010-03-29 14:06:42 +0200
commitf71125e5578bebf905137ebed18e4e12254f5767 (patch)
tree214e481729ca7f3f581e9420950ddce40815224e
parent7fb82337d853a325aec6313f73552e69a3a95950 (diff)
nativea: #161883# focus handling
-rw-r--r--framework/source/services/backingwindow.cxx2
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 )