homescreenapp/stateplugins/hshomescreenstateplugin/src/hsidlestate.cpp
changeset 98 e6f74eb7f69f
parent 97 66b5fe3c07fd
child 101 ba1b7e218624
equal deleted inserted replaced
97:66b5fe3c07fd 98:e6f74eb7f69f
   796         SLOT(action_idle_orientationChanged()));
   796         SLOT(action_idle_orientationChanged()));
   797 }
   797 }
   798 
   798 
   799 void HsIdleState::action_idle_orientationChanged()
   799 void HsIdleState::action_idle_orientationChanged()
   800 {
   800 {
   801     HsScene::instance()->activePage()->resetNewWidgets();
       
   802     stopPageChangeAnimations();
   801     stopPageChangeAnimations();
   803     action_idle_showActivePage();
   802     action_idle_showActivePage();
   804 }
   803 }
   805 
   804 
   806 /*!
   805 /*!