mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-10 12:59:40 +01:00
New icon for the pastecut tool in PaintToolsPropertyInspector.
This commit is contained in:
parent
9fcf3b8532
commit
fede24767d
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user