fix highlighting for selections

This commit is contained in:
2021-12-03 09:03:34 +01:00
parent 6bacfc065b
commit 5b7ebb2f9b
4 changed files with 10 additions and 13 deletions

View File

@@ -5,7 +5,6 @@ from highlighted_range import HighlightedRange
from line import Line
from PyQt6.QtCore import *
from PyQt6.QtGui import *
from PyQt6.QtWidgets import *
from settings import Settings