diff --git a/bundledApps/WAIL.py b/bundledApps/WAIL.py index 27c0ad18..573c3bcd 100644 --- a/bundledApps/WAIL.py +++ b/bundledApps/WAIL.py @@ -2468,7 +2468,9 @@ def __init__(self, parent): self.msg = '' self.sb_button.Bind(wx.EVT_BUTTON, self.press_button) - self.reposition() + + if not util.is_windows(): # See #548 + self.reposition() def reposition(self): rect = self.GetFieldRect(1)