Small bugfix for Windows: set / clear menu item check mark for log viewer

This commit is contained in:
Volker Ruppert 2014-01-13 22:04:39 +00:00
parent 4c6481578d
commit 63cb7f93bf

View File

@ -3388,6 +3388,7 @@ void ActivateMenuItem (int cmd)
case CMD_LOGVIEW: // Toggle sending log to output window
LogView ^= 1;
SIM->set_log_viewer(LogView);
SetMenuCheckmark((int)LogView, CHK_CMD_LOGVIEW);
break;
}
}