From a99096fa8b72704bcec0b76a6ad2107c3db70f13 Mon Sep 17 00:00:00 2001 From: kergoth Date: Wed, 26 Mar 2003 23:18:14 +0000 Subject: Add a second call to defaultRotation, to ensrue deforient matches reality, if we loaded the rotation from Config or ODevice. --- 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 */ } -- cgit v0.9.0.2