From b9a32789ab2fbcc4dee62957fc0c899d6de5f99f Mon Sep 17 00:00:00 2001 From: HomeWorld Date: Sun, 10 Oct 2010 20:47:58 +0300 Subject: [PATCH] Added a removed by mistake intctrl setmin (KIN) --- gui/patternEditor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gui/patternEditor.py b/gui/patternEditor.py index 861dd416f..7180f0e0e 100644 --- a/gui/patternEditor.py +++ b/gui/patternEditor.py @@ -151,6 +151,7 @@ class DmgPatternEditorDlg (wx.Dialog): self.editEM.SetMin(0) self.editTHERM.SetMin(0) + self.editKIN.setMin(0) self.editEXP.SetMin(0) self.editEM.SetMax(99999)