Update DrawSketchDefaultHandler.h

This commit is contained in:
PaddleStroke
2024-05-16 14:03:44 +02:00
committed by wwmayer
parent 53f24c849f
commit 11e0fcf4ae

View File

@@ -638,8 +638,8 @@ protected:
bool onModeChanged() override
{
angleSnappingControl();
return !finish(); // internally checks that state is SelectMode::End, and only finishes
// then.
// internally checks that state is SelectMode::End, and only finishes then.
return !finish();
};
//@}