diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/android/androidinst.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/android/androidinst.cxx b/vcl/android/androidinst.cxx index 187445057264..3dbdce141851 100644 --- a/vcl/android/androidinst.cxx +++ b/vcl/android/androidinst.cxx @@ -167,7 +167,7 @@ void AndroidSalInstance::damaged(AndroidSalFrame */* frame */) void AndroidSalInstance::GetWorkArea( Rectangle& rRect ) { rRect = Rectangle( Point( 0, 0 ), - Size( 1280, 750 ) ); + Size( viewWidth, viewHeight ) ); } /* |