diff options
Diffstat (limited to 'viewGridNavigator.h')
-rw-r--r-- | viewGridNavigator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/viewGridNavigator.h b/viewGridNavigator.h index ea5a3f5..2f6ad7e 100644 --- a/viewGridNavigator.h +++ b/viewGridNavigator.h @@ -55,7 +55,7 @@ protected: public: cViewGridNavigator(std::shared_ptr<skindesignerapi::cOsdView> rootView); void SetGridDimensions(int rows, int columns); - virtual void Flush() { m_pGrid->Display(); }; + virtual void Flush() { m_pGrid->Display(); m_pRootView->Display(); }; virtual void Clear() = 0; virtual bool NavigateLeft(); virtual bool NavigateRight(); |