dialogs/FindInPouDialog.py
changeset 1740 b789b695b5c6
parent 1736 7e61baa047f0
child 1741 dd94b9a68c61
--- a/dialogs/FindInPouDialog.py	Tue Aug 15 12:17:51 2017 +0300
+++ b/dialogs/FindInPouDialog.py	Tue Aug 15 15:50:30 2017 +0300
@@ -179,6 +179,6 @@
             self.SetStatusText(message)
         if len(self.criteria) > 0:
             wx.CallAfter(self.ParentWindow.FindInPou,
-                {True: 1, False:-1}[self.Forward.GetValue()],
+                {True: 1, False: -1}[self.Forward.GetValue()],
                 self.criteria)
         event.Skip()