Add setting to show/hide APM counter in the status bar

This commit is contained in:
dP
2020-07-31 17:46:23 +03:00
parent aeb264bf5a
commit ed491dd3ba
9 changed files with 57 additions and 22 deletions

View File

@@ -2281,3 +2281,10 @@ static bool IsSignedVarMemType(VarType vt)
}
return false;
}
// CM
#include "statusbar_gui.h"
static bool cm_v_RedrawStatusBar(int32 p1) {
CM_RedrawStatusBar();
return true;
}