Merge pull request #312 from blitzmann/dbCorruption

Fixes for database rot
This commit is contained in:
Ryan Holmes
2015-07-05 13:08:11 -04:00
17 changed files with 365 additions and 594 deletions

View File

@@ -342,7 +342,6 @@ class ResistsEditorDlg(wx.Dialog):
self.patternChanged()
def showInput(self, bool):
print self.namePicker.IsShown(), bool
if bool and not self.namePicker.IsShown():
self.ccResists.Hide()
self.namePicker.Show()