Add delete button to the map editor - #21677
Merged
Merged
Conversation
PunkPun
force-pushed
the
delete
branch
3 times, most recently
from
December 20, 2024 19:02
1c55471 to
8c43e1a
Compare
penev92
reviewed
Dec 20, 2024
| label-selected-area-diagonal = Diagonal: | ||
| label-selected-area-resources = Resources: | ||
| label-copy-filters = Copy Filters | ||
| label-copy-filters = Filters |
Member
There was a problem hiding this comment.
Suggested change
| label-copy-filters = Filters | |
| label-selection-filters = Filters |
perhaps? Might be good for the 3 separate filters below as well.
| pasteButton.IsHighlighted = () => editor.CurrentBrush is EditorCopyPasteBrush; | ||
|
|
||
| var deleteAreaSelectionButton = areaEditPanel.Get<ButtonWidget>("SELECTION_DELETE_BUTTON"); | ||
| deleteAreaSelectionButton.OnClick = () => editor.DefaultBrush.DeleteSelection(copyFilters); |
Member
There was a problem hiding this comment.
Suggested change
| deleteAreaSelectionButton.OnClick = () => editor.DefaultBrush.DeleteSelection(copyFilters); | |
| deleteAreaSelectionButton.OnClick = () => editor.DefaultBrush.DeleteSelection(selectionFilters); |
Member
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #21671
Also added delete hotkey