author | kergoth <kergoth> | 2003-03-26 23:18:14 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-03-26 23:18:14 (UTC) |
commit | a99096fa8b72704bcec0b76a6ad2107c3db70f13 (patch) (side-by-side diff) | |
tree | c4cd6d45d3aa97cab24d50eb0ac79ecbb16855a8 | |
parent | a57325de7183c21df6b5ff06eff8cf7e3c328ef4 (diff) | |
download | opie-a99096fa8b72704bcec0b76a6ad2107c3db70f13.zip opie-a99096fa8b72704bcec0b76a6ad2107c3db70f13.tar.gz opie-a99096fa8b72704bcec0b76a6ad2107c3db70f13.tar.bz2 |
Add a second call to defaultRotation, to ensrue deforient matches reality, if we loaded the rotation from Config or ODevice.
-rw-r--r-- | core/launcher/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/launcher/main.cpp b/core/launcher/main.cpp index 0b38738..fa4df3c 100644 --- a/core/launcher/main.cpp +++ b/core/launcher/main.cpp @@ -87,6 +87,7 @@ void initEnvironment() } setenv("QWS_DISPLAY", QString("Transformed:Rot%1:0").arg(rot), 1); + QPEApplication::defaultRotation ( ); /* to ensure deforient matches reality */ } |