mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-31 03:39:57 +02:00
fix replace mode semicolon shortcut
This commit is contained in:
@@ -1633,10 +1633,10 @@ void GameView::OnKeyPress(int key, int scan, bool repeat, bool shift, bool ctrl,
|
||||
break;
|
||||
case SDL_SCANCODE_SEMICOLON:
|
||||
if (ctrl)
|
||||
{
|
||||
c->SetReplaceModeFlags(c->GetReplaceModeFlags()^SPECIFIC_DELETE);
|
||||
break;
|
||||
}
|
||||
else
|
||||
c->SetReplaceModeFlags(c->GetReplaceModeFlags()^REPLACE_MODE);
|
||||
break;
|
||||
default:
|
||||
didKeyShortcut = false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user