Sketcher : fix error in className of CmdSketcherCompHorizontalVertical
This commit is contained in:
committed by
WandererFan
parent
5c81e7bd89
commit
9d43e7fda7
@@ -2735,7 +2735,7 @@ public:
|
||||
addCommand("Sketcher_ConstrainVertical");
|
||||
}
|
||||
|
||||
const char* className() const override { return "CmdSketcherCompDimensionTools"; }
|
||||
const char* className() const override { return "CmdSketcherCompHorizontalVertical"; }
|
||||
};
|
||||
|
||||
// ============================================================================
|
||||
|
||||
Reference in New Issue
Block a user