New icon for the pastecut tool in PaintToolsPropertyInspector.

This commit is contained in:
Relintai 2022-11-20 17:40:27 +01:00
parent 9fcf3b8532
commit fede24767d

View File

@ -137,7 +137,7 @@ PaintToolsPropertyInspector::PaintToolsPropertyInspector() {
add_tool_button(PaintCanvas::TOOL_BRIGHTEN, "Brighten", "ArrowUp", "EditorIcons");
add_tool_button(PaintCanvas::TOOL_COLORPICKER, "Colorpicker", "ColorPick", "EditorIcons");
add_tool_button(PaintCanvas::TOOL_CUT, "Cut", "ActionCut", "EditorIcons");
add_tool_button(PaintCanvas::TOOL_PASTECUT, "Pastecut", "ActionCopy", "EditorIcons");
add_tool_button(PaintCanvas::TOOL_PASTECUT, "Pastecut", "ActionPaste", "EditorIcons");
add_action_button("_on_undo_pressed", "Undo", "ArrowLeft", "EditorIcons");
add_action_button("_on_redo_pressed", "Redo", "ArrowRight", "EditorIcons");