Skip to content

Commit c62d872

Browse files
committed
Removed temporary icons
1 parent 7591699 commit c62d872

7 files changed

Lines changed: 3 additions & 3 deletions

plotpy/images/curve_downsample.png

323 Bytes
Loading
-758 Bytes
Binary file not shown.
238 Bytes
Loading
-793 Bytes
Binary file not shown.
221 Bytes
Loading
-729 Bytes
Binary file not shown.

plotpy/tools/curve.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ class SelectPointsTool(InteractiveTool):
322322
"""Curve points selection tool"""
323323

324324
TITLE = _("Multi-point selection")
325-
ICON = "multipoint_selection2.png"
325+
ICON = "multipoint_selection.png"
326326
MARKER_STYLE_SECT = "plot"
327327
MARKER_STYLE_KEY = "marker/curve"
328328
CURSOR = QC.Qt.CursorShape.PointingHandCursor
@@ -641,7 +641,7 @@ class EditPointTool(InteractiveTool):
641641
"""
642642

643643
TITLE = _("Edit point")
644-
ICON = "edit_point_selection2.png"
644+
ICON = "edit_point_selection.png"
645645
MARKER_STYLE_SECT = "plot"
646646
MARKER_STYLE_KEY = "marker/curve"
647647
CURSOR = QC.Qt.CursorShape.PointingHandCursor
@@ -1075,7 +1075,7 @@ def __init__(self, manager, toolbar_id=DefaultToolbarID) -> None:
10751075
super().__init__(
10761076
manager,
10771077
_("Downsample curves"),
1078-
icon="curve_downsample2.png",
1078+
icon="curve_downsample.png",
10791079
toolbar_id=toolbar_id,
10801080
)
10811081

0 commit comments

Comments
 (0)