mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +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)
|
if (lineText.Length == 0)
|
||||||
{
|
{
|
||||||
ClearLine();
|
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();
|
CursorMoved();
|
||||||
}
|
}
|
||||||
base.KeyChar(keyChar);
|
base.KeyChar(keyChar);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue