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
commit28f254aaef6fc51462e214fb8fafac0fecd9e6e2 (patch)
tree724322f8703ee0d967160dcc56a29ed6f651e092
parentbec9846b01c8e6d3eacfcbe407763095d0193d61 (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 1204928fc5..d178426ecd 100644
--- a/framework/source/services/backingwindow.cxx
+++ b/framework/source/services/backingwindow.cxx
@@ -500,6 +500,8 @@ void BackingWindow::initControls()
maBackgroundMiddle = BitmapEx();
Resize();
+
+ maWriterButton.GrabFocus();
}
void BackingWindow::loadImage( const ResId& i_rId, ImageButton& i_rButton )