Skip to content

Commit

Permalink
Prevent race condition on exit in all display modes
Browse files Browse the repository at this point in the history
  • Loading branch information
kliment committed Mar 22, 2018
1 parent 42d7cd0 commit 16ee30b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion printrun/gui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ def createGui(self, compact = False, mini = False):
self.mainsizer.Add(lowerpanel, 1, wx.EXPAND)
self.panel.SetSizer(self.mainsizer)
self.panel.Bind(wx.EVT_MOUSE_EVENTS, self.editbutton)
self.Bind(wx.EVT_CLOSE, self.kill)

self.mainsizer.Layout()
# This prevents resizing below a reasonnable value
Expand Down

0 comments on commit 16ee30b

Please sign in to comment.