Commit 347582dc6626b0fa3fbf1e70bfc122b8f7c017e0
1 parent
14b35d50
Exists in
master
and in
68 other branches
ENH: Icon of linear measure addd transparency in the win32
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
icons/measure_angle.png
invesalius/gui/frame.py
| ... | ... | @@ -856,8 +856,8 @@ class ObjectToolBar(wx.ToolBar): |
| 856 | 856 | path = os.path.join(d, "measure_line.png") |
| 857 | 857 | BMP_DISTANCE = wx.Bitmap(path, wx.BITMAP_TYPE_PNG) |
| 858 | 858 | |
| 859 | - path = os.path.join(d, "measure_angle.jpg") | |
| 860 | - BMP_ANGLE = wx.Bitmap(path, wx.BITMAP_TYPE_JPEG) | |
| 859 | + path = os.path.join(d, "measure_angle.png") | |
| 860 | + BMP_ANGLE = wx.Bitmap(path, wx.BITMAP_TYPE_PNG) | |
| 861 | 861 | |
| 862 | 862 | path = os.path.join(d, "tool_annotation.png") |
| 863 | 863 | BMP_ANNOTATE = wx.Bitmap(path, wx.BITMAP_TYPE_PNG) | ... | ... |