Part: [skip ci] use the right value from the user settings to set point size

This commit is contained in:
wmayer
2020-02-08 11:07:06 +01:00
parent c3eb6d9001
commit 5abb3e57c2
4 changed files with 7 additions and 5 deletions

View File

@@ -56,6 +56,7 @@ public:
FC_VIEW_PARAM(DefaultShapeLineColor,unsigned long,Unsigned,421075455UL) \
FC_VIEW_PARAM(DefaultShapeColor,unsigned long,Unsigned,0xCCCCCC00) \
FC_VIEW_PARAM(DefaultShapeLineWidth,int,Int,2) \
FC_VIEW_PARAM(DefaultShapePointSize,int,Int,2) \
FC_VIEW_PARAM(CoinCycleCheck,bool,Bool,true) \
FC_VIEW_PARAM(EnablePropertyViewForInactiveDocument,bool,Bool,true) \
FC_VIEW_PARAM(ShowSelectionBoundingBox,bool,Bool,false) \