Sketcher : fix error in className of CmdSketcherCompHorizontalVertical
This commit is contained in:
committed by
WandererFan
parent
8787ae45df
commit
e6802b049c
@@ -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