mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
Display test signal
This commit is contained in:
@@ -343,6 +343,12 @@ void MapperGLCanvas::enableDisplayControls(bool display)
|
||||
updateCanvas();
|
||||
}
|
||||
|
||||
void MapperGLCanvas::enableTestSignal(bool enable)
|
||||
{
|
||||
_displayTestSignal = enable;
|
||||
updateCanvas();
|
||||
}
|
||||
|
||||
void MapperGLCanvas::enableStickyVertices(bool value)
|
||||
{
|
||||
_stickyVertices = value;
|
||||
|
||||
Reference in New Issue
Block a user