Fixed indicator operation in NORMAL_STYLE
authorKeuckdo Bang <keuckdo.bang@samsung.net>
Thu, 4 Apr 2013 15:31:43 +0000 (00:31 +0900)
committerKeuckdo Bang <keuckdo.bang@samsung.net>
Thu, 4 Apr 2013 15:31:43 +0000 (00:31 +0900)
Change-Id: I2979ade907ce9391e82aeb8f28ea28e65432c9a7

src/ui/controls/FUiCtrl_Form.cpp

index 8624342..95b59e1 100644 (file)
@@ -2500,7 +2500,7 @@ _Form::SetIndicatorShowState(bool state, bool hide)
        }
        else if (!pFrame && IsAttachedToMainTree())
        {
-               r = __pIndicator->SetIndicatorShowState(false);
+               r = __pIndicator->SetIndicatorShowState(false, true);
        }
 
        __indicatorShowState = state;