From df90409a9467fe51881a2c8ee9ca742925637093 Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Sat, 16 Sep 2023 19:41:13 -0700 Subject: [PATCH] No flags should persist through the commit --- eeschema/sch_commit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eeschema/sch_commit.cpp b/eeschema/sch_commit.cpp index 65d342d4dc..fbbeed87dc 100644 --- a/eeschema/sch_commit.cpp +++ b/eeschema/sch_commit.cpp @@ -302,7 +302,7 @@ void SCH_COMMIT::pushSchEdit( const wxString& aMessage, int aCommitFlags ) break; } - schItem->ClearEditFlags(); + schItem->ClearFlags(); } if( schematic )