Added FILL_TYPE_OUTLINE_NO_HOLES

This commit is contained in:
Arjan Mels
2022-06-26 15:45:12 +02:00
parent 9c4e414ef3
commit 89dca8193a
3 changed files with 8 additions and 6 deletions

View File

@ -81,7 +81,7 @@ class FillAreaDialog ( wx.Dialog ):
fgSizer1.Add( self.m_staticText42, 0, wx.ALL, 5 )
m_cbFillTypeChoices = [ u"Concentric", u"Outline", u"Rectangular", u"Star" ]
m_cbFillTypeChoices = [ u"Concentric", u"Outline", u"Outline (No Holes)", u"Rectangular", u"Star" ]
self.m_cbFillType = wx.ComboBox( self, wx.ID_ANY, u"Concentric", wx.DefaultPosition, wx.DefaultSize, m_cbFillTypeChoices, wx.CB_READONLY )
fgSizer1.Add( self.m_cbFillType, 0, wx.ALL, 5 )