revert wrong fix (fix typo in draw_graph()) not a typo...

This commit is contained in:
stefan schippers 2025-02-28 19:19:06 +01:00
parent aa68a3a0d2
commit efdd45f414
1 changed files with 1 additions and 1 deletions

View File

@ -3808,7 +3808,7 @@ void draw_graph(int i, int flags, Graph_ctx *gr, void *ct)
if(RECT_OUTSIDE( gr->sx1, gr->sy1, gr->sx2, gr->sy2,
xctx->areax1, xctx->areay1, xctx->areax2, xctx->areay2)) return;
if(r->flags & 2) { /* private_cursor */
if(r->flags & 4) { /* private_cursor */
const char *s = get_tok_value(r->prop_ptr, "cursor1_x", 0);
if(s[0]) {
cursor1 = atof_eng(s);