Fixed issue 40947
[apps/osp/Gallery.git] / src / GlFileListForm.cpp
index 819464e..714335e 100644 (file)
@@ -327,3 +327,10 @@ FileListForm::OnSlideSettingPopUpItemSelected(int index)
                pSceneManager->GoForward(ForwardSceneTransition(IDSCN_SETTING_MAIN));
        }
 }
+
+void
+FileListForm::SetFooterState(bool state)
+{
+       GetFooter()->SetButtonEnabled(BUTTON_POSITION_LEFT,state);
+       GetFooter()->Invalidate(true);
+}