[apps] Add a ok view on all interactive view controller

Change-Id: I9fccf4d5ce9b34d1a7db1d0a1d7ea23d21f4b897
This commit is contained in:
Émilie Feral
2017-02-27 12:59:41 +01:00
parent 3252ff9078
commit 798b93ef65
8 changed files with 41 additions and 9 deletions

View File

@@ -38,6 +38,7 @@ void TermSumController::viewWillAppear() {
m_contentView.graphView()->setVerticalCursor(true);
m_contentView.graphView()->setCursorView(&m_cursorView);
m_contentView.graphView()->setBannerView(nullptr);
m_contentView.graphView()->setOkView(nullptr);
m_contentView.graphView()->selectMainView(true);
m_contentView.graphView()->setHighlightColor(false);
m_contentView.graphView()->setHighlight(-1.0f,-1.0f);