mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Fixed switch closing brace with indented cases
This commit is contained in:
parent
bb7a5a3dff
commit
c925d7ccc2
1 changed files with 1 additions and 1 deletions
|
@ -4189,7 +4189,7 @@ namespace IDE.ui
|
|||
if (lineText.Length == 0)
|
||||
{
|
||||
ClearLine();
|
||||
CursorLineAndColumn = LineAndColumn(line, Math.Max(0, GetLineEndColumn(line, false, false) - gApp.mSettings.mEditorSettings.mTabSize));
|
||||
CursorLineAndColumn = LineAndColumn(line, Math.Max(0, GetLineEndColumn(line, false, false, false, false, true) - gApp.mSettings.mEditorSettings.mTabSize));
|
||||
CursorMoved();
|
||||
}
|
||||
base.KeyChar(keyChar);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue