branch | RCL_3 |
changeset 20 | 53af9c3d61e4 |
parent 16 | 9971b621ef6c |
child 47 | 63339781d179 |
--- a/securitydialogs/Autolock/src/AutolockContainer.cpp Tue Apr 27 17:31:46 2010 +0300 +++ b/securitydialogs/Autolock/src/AutolockContainer.cpp Tue May 11 17:00:25 2010 +0300 @@ -254,7 +254,9 @@ #if defined(_DEBUG) RDebug::Printf( "%s %s (%u) no Draw value=%x", __FILE__, __PRETTY_FUNCTION__, __LINE__, value ); #endif - return; + // If it returns, it will not handle orientation changes. + // However it will not really draw because the view is hidden + // return; } }