[TD] change RichAnnos's linestyle to the one of other TD components

we already use enumerations for line styles for other components of TD and also the preferences. It seems I just have overseen this occurrence.
This commit is contained in:
donovaly
2020-11-05 00:38:15 +01:00
committed by wwmayer
parent 0d27ad18ca
commit edc5925148
3 changed files with 30 additions and 15 deletions

View File

@@ -208,7 +208,7 @@ double ViewProviderLeader::getDefLineWeight(void)
}
App::Color ViewProviderLeader::getDefLineColor(void)
{
{
return PreferencesGui::leaderColor();
}