fix replace mode semicolon shortcut
This commit is contained in:
parent
08cd32abbe
commit
16d686e949
@ -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);
|
||||
else
|
||||
c->SetReplaceModeFlags(c->GetReplaceModeFlags()^REPLACE_MODE);
|
||||
break;
|
||||
}
|
||||
default:
|
||||
didKeyShortcut = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user