Skip to content

Commit

Permalink
[TD]fix highlight style preference
Browse files Browse the repository at this point in the history
  • Loading branch information
WandererFan authored and chennes committed Dec 23, 2024
1 parent 40681a9 commit 8e653ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/TechDraw/App/Preferences.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ int Preferences::CenterLineStyle()
int Preferences::HighlightLineStyle()
{
// default is line #2 dashed, which is index 1
return getPreferenceGroup("Decorations")->GetInt("LineStyleHighLight", 1) + 1;
return getPreferenceGroup("Decorations")->GetInt("LineStyleHighlight", 1) + 1;
}

int Preferences::HiddenLineStyle()
Expand Down

0 comments on commit 8e653ca

Please sign in to comment.