chiark
/
gitweb
/
~ianmdlvl
/
cura.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75e3ff6
)
Force the version upgrade all the time when using dev version
author
Youness Alaoui
<kakaroto@kakaroto.homelinux.net>
Wed, 15 Jul 2015 17:37:31 +0000
(13:37 -0400)
committer
Youness Alaoui
<kakaroto@kakaroto.homelinux.net>
Wed, 15 Jul 2015 17:45:39 +0000
(13:45 -0400)
Cura/gui/app.py
patch
|
blob
|
history
diff --git
a/Cura/gui/app.py
b/Cura/gui/app.py
index 3caf494f4bd5b63ba6fd9f4d8b4957fa0fee75d1..f433bdf1394d6974dc1b2cbc197690322e1e500a 100644
(file)
--- a/
Cura/gui/app.py
+++ b/
Cura/gui/app.py
@@
-161,6
+161,9
@@
class CuraApp(wx.App):
profile.putPreference('last_run_version', version.getVersion(False))
profile.performVersionUpgrade()
#newVersionDialog.newVersionDialog().Show()
+ if version.isDevVersion():
+ profile.performVersionUpgrade()
+
setFullScreenCapable(self.mainWindow)