Document lock state colors.

This commit is contained in:
Bartosz Taudul 2017-10-28 12:40:25 +02:00
parent e5865cb23e
commit 71504c4e53

View File

@ -2157,9 +2157,9 @@ int View::DrawLocks( uint64_t tid, bool hover, double pxns, const ImVec2& wpos,
enum class State
{
Nothing,
HasLock,
HasBlockingLock,
WaitLock
HasLock, // green
HasBlockingLock, // yellow
WaitLock // red
};
int cnt = 0;