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:
4108369
)
No more uneccesary warning messages. Fixes #103
author
nickthetait
<tait@alephobjects.com>
Tue, 5 May 2015 17:22:45 +0000
(11:22 -0600)
committer
nickthetait
<tait@alephobjects.com>
Tue, 5 May 2015 17:22:45 +0000
(11:22 -0600)
Cura/gui/sceneView.py
patch
|
blob
|
history
diff --git
a/Cura/gui/sceneView.py
b/Cura/gui/sceneView.py
index f6038cf031cf7f55483f551abd499366c5aaefe6..1a101ccdb624246f64086670a60ab79dd65f264c 100644
(file)
--- a/
Cura/gui/sceneView.py
+++ b/
Cura/gui/sceneView.py
@@
-599,7
+599,6
@@
class SceneView(openglGui.glGuiPanel):
break
if n <= cnt:
self.notification.message(_("Could not create more than %d items") % (n - 1))
- self.notification.message(_("Could not create more than %d items") % (n - 1))
self._scene.remove(newObj)
if requestedArrangeAll == 2:
self._scene.centerAll()