Skip to content

Commit

Permalink
Offset fix isActive function.
Browse files Browse the repository at this point in the history
  • Loading branch information
PaddleStroke authored and abdullahtahiriyo committed Nov 4, 2023
1 parent b4a54ab commit dc2da5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Sketcher/Gui/CommandSketcherTools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2308,7 +2308,7 @@ void CmdSketcherOffset::activated(int iMsg)
ActivateHandler(getActiveGuiDocument(), new DrawSketchHandlerOffset(listOfGeoIds));
}

bool CmdSketcherOffset::isActive(void)
bool CmdSketcherOffset::isActive()
{
return isCommandActive(getActiveGuiDocument(), true);
}
Expand Down

0 comments on commit dc2da5a

Please sign in to comment.