Skip to content

Commit

Permalink
Fixed an issue with saving the orionMaxContourAreaDpi2 to the config …
Browse files Browse the repository at this point in the history
…file
  • Loading branch information
sigmondkukla committed Sep 11, 2021
1 parent e66e145 commit 1dd4c70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gui.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,6 @@ def openSettings():
config.set('orion', 'orionMinContourAreaDpi2', str(orionMinContourAreaDpi2.get()))
config.set('orion', 'orionMaxContourAreaDpi1', str(orionMaxContourAreaDpi1.get()))
config.set('orion', 'orionMaxContourAreaDpi2', str(orionMaxContourAreaDpi2.get()))
config.set('orion', 'orionMaxContourAreaDpi2', str(orionmaxHoleRadiusDpi2.get()))
config.set('orion', 'orionmaxHoleRadiusDpi1', str(orionmaxHoleRadiusDpi1.get()))
config.set('orion', 'orionmaxHoleRadiusDpi2', str(orionmaxHoleRadiusDpi2.get()))

Expand Down

0 comments on commit 1dd4c70

Please sign in to comment.