mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
Moved display of test signal into OutputGLCanvas where it belongs.
This commit is contained in:
@@ -118,4 +118,11 @@ void OutputGLWindow::setFullScreen(bool fullscreen)
|
||||
}
|
||||
}
|
||||
|
||||
void OutputGLWindow::setDisplayTestSignal(bool displayTestSignal)
|
||||
{
|
||||
canvas->setDisplayTestSignal(displayTestSignal);
|
||||
canvas->update();
|
||||
}
|
||||
|
||||
|
||||
MM_END_NAMESPACE
|
||||
|
||||
Reference in New Issue
Block a user