From e06232b181cc560389dfc8a5d828742086600adc Mon Sep 17 00:00:00 2001 From: Keuckdo Bang Date: Fri, 5 Apr 2013 00:31:43 +0900 Subject: [PATCH] Fixed indicator operation in NORMAL_STYLE Change-Id: I2979ade907ce9391e82aeb8f28ea28e65432c9a7 --- src/ui/controls/FUiCtrl_Form.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/controls/FUiCtrl_Form.cpp b/src/ui/controls/FUiCtrl_Form.cpp index 8624342..95b59e1 100644 --- a/src/ui/controls/FUiCtrl_Form.cpp +++ b/src/ui/controls/FUiCtrl_Form.cpp @@ -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; -- 2.7.4