Draft: Fix default fillmode in DraftGui.py

This commit is contained in:
Roy-043
2022-06-28 15:42:28 +02:00
committed by GitHub
parent 779128b5f4
commit bc37be0c54

View File

@@ -270,7 +270,7 @@ class DraftToolBar:
self.textbuffer = []
self.crossedViews = []
self.isTaskOn = False
self.fillmode = Draft.getParam("fillmode",False)
self.fillmode = Draft.getParam("fillmode", True)
self.mask = None
self.alock = False
self.x = 0