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