Adjust Text
This commit is contained in:
parent
073c1b2b78
commit
b4c84a8351
1 changed files with 2 additions and 2 deletions
|
@ -957,8 +957,8 @@ const selectTransformTool = () =>
|
||||||
// Clear Button
|
// Clear Button
|
||||||
const applyClearButton = document.createElement("button");
|
const applyClearButton = document.createElement("button");
|
||||||
applyClearButton.classList.add("button", "tool");
|
applyClearButton.classList.add("button", "tool");
|
||||||
applyClearButton.textContent = "Clear and Apply";
|
applyClearButton.textContent = "Erase Outside";
|
||||||
applyClearButton.title = "Erases everything in the current layer other than the selection (Shift+Delete)";
|
applyClearButton.title = "Erases everything in the current layer outside the selection (Shift+Delete)";
|
||||||
applyClearButton.onclick = () => { state.applyTransform(false,true,false,false); };
|
applyClearButton.onclick = () => { state.applyTransform(false,true,false,false); };
|
||||||
|
|
||||||
// Erase Button
|
// Erase Button
|
||||||
|
|
Loading…
Reference in a new issue