Sketcher : fix error in className of CmdSketcherCompHorizontalVertical

This commit is contained in:
PaddleStroke
2024-03-12 11:43:34 +01:00
committed by WandererFan
parent 8787ae45df
commit e6802b049c

View File

@@ -2735,7 +2735,7 @@ public:
addCommand("Sketcher_ConstrainVertical");
}
const char* className() const override { return "CmdSketcherCompDimensionTools"; }
const char* className() const override { return "CmdSketcherCompHorizontalVertical"; }
};
// ============================================================================