Merge branch 'master' into development
Conflicts: gui/builtinContextMenus/amount.py gui/builtinStatsViews/priceViewFull.py service/fit.py service/prefetch.py
This commit is contained in:
@@ -107,6 +107,7 @@ class PFPanel(wx.Panel):
|
||||
class OpenFitsThread(threading.Thread):
|
||||
def __init__(self, fits, callback):
|
||||
threading.Thread.__init__(self)
|
||||
self.name = "LoadingOpenFits"
|
||||
self.mainFrame = MainFrame.getInstance()
|
||||
self.callback = callback
|
||||
self.fits = fits
|
||||
|
||||
Reference in New Issue
Block a user