1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-24 18:48:01 +02:00

Added option to highlight current line when editing source files

This commit is contained in:
blat-blatnik 2022-01-07 01:49:20 +01:00
parent 5053cace5c
commit 28a0d118e5
5 changed files with 29 additions and 4 deletions

View file

@ -6097,6 +6097,7 @@ namespace IDE
//mEditWidget.mVertScrollbar.mScrollIncrement = editWidgetContent.mFont.GetLineSpacing();
editWidgetContent.mHiliteColor = 0xFF384858;
editWidgetContent.mUnfocusedHiliteColor = 0x80384858;
editWidgetContent.mHiliteCurrentLine = mSettings.mEditorSettings.mHiliteCurrentLine;
return editWidget;
}