fix indentation of copy to clipboard
This commit is contained in:
@@ -255,9 +255,9 @@ class InnerBigText(QWidget):
|
|||||||
# abort
|
# abort
|
||||||
return
|
return
|
||||||
|
|
||||||
selected_text = self.model.read_range(start, end)
|
selected_text = self.model.read_range(start, end)
|
||||||
cb = QApplication.clipboard()
|
cb = QApplication.clipboard()
|
||||||
cb.setText(selected_text)
|
cb.setText(selected_text)
|
||||||
|
|
||||||
def paintEvent(self, event: QPaintEvent) -> None:
|
def paintEvent(self, event: QPaintEvent) -> None:
|
||||||
# print("paintEvent")
|
# print("paintEvent")
|
||||||
|
|||||||
Reference in New Issue
Block a user