Nabi issue fixes
authorchitta ranjan <chitta.rs@samsung.com>
Thu, 2 May 2013 05:57:23 +0000 (14:57 +0900)
committerchitta ranjan <chitta.rs@samsung.com>
Thu, 2 May 2013 05:57:23 +0000 (14:57 +0900)
Change-Id: I44af4b0b0eaa025e72768574b0568cc2a56717ec
Signed-off-by: chitta ranjan <chitta.rs@samsung.com>
src/IvImageViewerForm.cpp

index 57b57c5..8848365 100644 (file)
@@ -280,7 +280,10 @@ ImageViewerForm::OnOrientationChanged(const Control &source, OrientationStatus o
        {
                ShowPanelDetail(false);
        }
-       __pContextMenuMore->SetShowState(false);
+       if (__pContextMenuMore != null)
+       {
+               __pContextMenuMore->SetShowState(false);
+       }
 
        Rectangle clientRect = GetClientAreaBounds();
        Rectangle rect = GetBounds();