Skip to content

Commit

Permalink
Update escher/src/text_area.cpp casse coresction
Browse files Browse the repository at this point in the history
Co-authored-by: Yaya-Cout <[email protected]>
  • Loading branch information
cartoone222 and Yaya-Cout committed Jun 18, 2024
1 parent 28525de commit 4080824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion escher/src/text_area.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ bool TextArea::handleEvent(Ion::Events::Event event) {
contentView()->resetSelection();
contentView()->moveCursorGeo(0, event == Ion::Events::Up ? -step : step);
} else if (event == Ion::Events::Clear) {
if (GlobalPreferences::sharedGlobalPreferences()->clearalphalockshift()){
if (GlobalPreferences::sharedGlobalPreferences()->clearalphalockshift()) {
if (!contentView()->selectionIsEmpty()) {
deleteSelection();
return true;
Expand Down

0 comments on commit 4080824

Please sign in to comment.