summaryrefslogtreecommitdiff
path: root/framework/source/services
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
commit92bd29fac787e58b9f0648c3c0aa486f9c327a4d (patch)
treeebaa52d02e7ebddb38970620a93b1193a8606e78 /framework/source/services
parent51680950e8666bb97b68f92688b7fcc9ae33b89d (diff)
nativea: #161883# focus handling
Diffstat (limited to 'framework/source/services')
-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 fee41b08ed..e9938aecf0 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 )