Made inactive zones black in zone image dump.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@610 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
b3c84b05f8
commit
6af6bad961
|
@ -428,6 +428,10 @@ void Monitor::DumpZoneImage()
|
|||
{
|
||||
colour = RGB_BLUE;
|
||||
}
|
||||
else if ( zones[i]->IsPreclusive() )
|
||||
{
|
||||
colour = RGB_BLACK;
|
||||
}
|
||||
else
|
||||
{
|
||||
colour = RGB_WHITE;
|
||||
|
|
Loading…
Reference in New Issue