1

I am running a Qt application on Meego platform. The application is streching to full screen after random amount of clicks on application. After streching, even Xorg also gets corrupt. After restarting meego the application comes back to normal state. Can anybody faced similar issue ever?

Vivek
  • 473
  • 1
  • 3
  • 10
  • you may have something calling `showFullScreen()` ... have you tried debugging or can you post your code related to handling click events? – AJG85 Feb 15 '11 at 20:15

1 Answers1

1

I'd assume that this is with Meegotouch UX ? If so, "stretching" is a feature, touch ux does not support applications that do not fit fully into screen. X corruption might be a bug in mcompositor. Any change you could dig up the versions of libmeegotouch and mcompositor ?

rasjani
  • 7,372
  • 4
  • 22
  • 35