Moved display of test signal into OutputGLCanvas where it belongs.

This commit is contained in:
Tats
2016-03-26 18:13:06 -04:00
parent 5f2157f0c2
commit 2bb758b4c6
6 changed files with 18 additions and 11 deletions
+7
View File
@@ -118,4 +118,11 @@ void OutputGLWindow::setFullScreen(bool fullscreen)
}
}
void OutputGLWindow::setDisplayTestSignal(bool displayTestSignal)
{
canvas->setDisplayTestSignal(displayTestSignal);
canvas->update();
}
MM_END_NAMESPACE