mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
make a new xray error image
includes SVG source file
This commit is contained in:
parent
28abf6ff8c
commit
c16f677bf0
3 changed files with 137 additions and 1 deletions
|
@ -121,7 +121,7 @@ class SolidView(View):
|
|||
|
||||
if not self._xray_error_image:
|
||||
self._xray_error_image = OpenGL.getInstance().createTexture()
|
||||
texture_file = "cura-icon-32.png" #TODO make an img for this!
|
||||
texture_file = "xray_error.png"
|
||||
try:
|
||||
self._xray_error_image.load(Resources.getPath(Resources.Images, texture_file))
|
||||
except FileNotFoundError:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue