diff -r 4526337fb576 -r c2c0f97004fc mulwidgets/alfviewwidget/src/alfviewwidget.cpp --- a/mulwidgets/alfviewwidget/src/alfviewwidget.cpp Tue Feb 02 00:28:09 2010 +0200 +++ b/mulwidgets/alfviewwidget/src/alfviewwidget.cpp Fri Feb 19 23:20:00 2010 +0200 @@ -337,7 +337,6 @@ // Update control pane, status pane and background according to state of the view. updateStatusPane(); updateControlPane(); - updateBackGroundImage(); // When a view is activated, it sets the size of the display to full screen // This is done so that the view widget gets pointer events in the entire screen TRect screenRect(TPoint(0,0), TSize(AlfUtil::ScreenSize())); @@ -440,7 +439,6 @@ if(getViewStackPosition() == 0) { updateStatusPane(); - updateBackGroundImage(); } } } @@ -455,7 +453,6 @@ if(getViewStackPosition() == 0) { updateControlPane(); - updateBackGroundImage(); } } } @@ -675,7 +672,6 @@ // SetVisibleArea() only have an effect if the application is on foreground! control()->Env().PrimaryDisplay().SetVisibleArea(screenRect); - updateBackGroundImage(); } } @@ -689,7 +685,6 @@ control()->Env().PrimaryDisplay().SetVisibleArea(screenRect); - updateBackGroundImage(); } @@ -733,7 +728,6 @@ // the display area is required to be full screen, for the pointer grab to work // check here whether the display area is full screen. If not, set it to full screen control()->Env().PrimaryDisplay().SetVisibleArea(screenRect); - updateBackGroundImage(); } }