added possibility to draw a debug grid in views

This commit is contained in:
louis
2015-04-11 16:21:33 +02:00
parent 5146f15e44
commit 6872e29fe6
23 changed files with 172 additions and 2 deletions

View File

@@ -22,6 +22,7 @@ cSDDisplayChannel::cSDDisplayChannel(cTemplate *channelTemplate, bool WithInfo)
doOutput = false;
return;
}
channelView->DrawDebugGrid();
}
cSDDisplayChannel::~cSDDisplayChannel() {