From 5bd2c624a843d12959e30fb0cff920d89a13c5b9 Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Mon, 22 May 2023 00:20:55 +0200 Subject: [PATCH] fixed regression: editing global attributes did not trigger modified status --- src/editprop.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/editprop.c b/src/editprop.c index c769d26d..a097585f 100644 --- a/src/editprop.c +++ b/src/editprop.c @@ -1703,6 +1703,7 @@ void edit_property(int x) &xctx->inst[j].x2, &xctx->inst[j].y2); } } /* end for(j...) */ + if(modified) set_modify(1); return; } /* if((xctx->lastsel==0 ) */