chiark
/
gitweb
/
~ianmdlvl
/
cura.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
9632181
2e610bc
)
merged
author
Jaime van Kessel
<nallath@gmail.com>
Thu, 19 Sep 2013 15:32:59 +0000
(17:32 +0200)
committer
Jaime van Kessel
<nallath@gmail.com>
Thu, 19 Sep 2013 15:32:59 +0000
(17:32 +0200)
1
2
Cura/gui/mainWindow.py
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
Cura/gui/mainWindow.py
index 97ea62dcc238f300c04c893e17b7229c903b1851,2f1dfa9f2422f3ae4806530b4bdc4245b8740dda..f6260a947af1f4938416c4696cb31caa1a2ebd8a
---
1
/
Cura/gui/mainWindow.py
---
2
/
Cura/gui/mainWindow.py
+++ b/
Cura/gui/mainWindow.py
@@@
-306,8
-268,8
+306,8
@@@
class mainWindow(wx.Frame)
def OnDropFiles(self, files):
if len(files) > 0:
profile.setPluginConfig([])
- self.updateProfileToControls()
+ self.updateProfileTo
All
Controls()
- self.scene.load
Scene
(files)
+ self.scene.load
Files
(files)
def OnModelMRU(self, e):
fileNum = e.GetId() - self.ID_MRU_MODEL1