bug fix with recording state indicator
This commit is contained in:
parent
c5e4d75be0
commit
dc7a844f0b
1 changed files with 1 additions and 0 deletions
|
@ -782,6 +782,7 @@ void CAudioMixerBoard::HideAll()
|
|||
// set flags
|
||||
bIsPanSupported = false;
|
||||
bNoFaderVisible = true;
|
||||
eRecorderState = RS_UNDEFINED;
|
||||
iMyChannelID = INVALID_INDEX;
|
||||
|
||||
// use original order of channel (by server ID)
|
||||
|
|
Loading…
Reference in a new issue