There was typo error and we got compile error at debug mode
Change-Id: I1ae0ccc564646ea01350f84caf87399c8a0f1549
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
{
PauseWidgetInternally();
}
- DALI_LOG_INFO( gWidgetViewLogging, Debug::Verbose, "WidgetView::OnInheritedVisibilityChanged: visibility is changed (visible: %d) [%p]\n", visible, this );
+ DALI_LOG_INFO( gWidgetViewLogging, Debug::Verbose, "WidgetView::OnInheritedVisibilityChanged: visibility is changed (visible: %d) [%p]\n", isVisible, this );
}
void WidgetView::OnUpdateArea( Dali::PropertyNotification& source )