Fix uses of getValue after its removal from Uranium API

This commit is contained in:
Arjen Hiemstra 2016-05-18 16:33:10 +02:00
parent a5f8546d69
commit b621958098
2 changed files with 11 additions and 3 deletions

View file

@ -35,7 +35,6 @@ class SolidView(View):
self._disabled_shader.setUniformValue("u_overhangAngle", math.cos(math.radians(0)))
if Application.getInstance().getGlobalContainerStack():
if Preferences.getInstance().getValue("view/show_overhang"):
angle = Application.getInstance().getGlobalContainerStack().getProperty("support_angle", "value")
if angle is not None: