Skip to content

Commit

Permalink
[PartDesign] Enable reverse ability for Pocket/UpToFace mode as it ma…
Browse files Browse the repository at this point in the history
…kes sense for curved faces
  • Loading branch information
0penBrain authored and berndhahnebach committed Aug 17, 2021
1 parent b2cf858 commit 586955e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/PartDesign/Gui/TaskPocketParameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ void TaskPocketParameters::updateUI(int index)
// up to face
else if (index == 3) {
isOffsetEditVisable = true;
isReversedEnabled = true;
isFaceEditEnabled = true;
QMetaObject::invokeMethod(ui->lineFaceName, "setFocus", Qt::QueuedConnection);
// Go into reference selection mode if no face has been selected yet
Expand Down

0 comments on commit 586955e

Please sign in to comment.