Formatting

This commit is contained in:
Christopher T. Johnson
2023-11-17 16:22:53 -05:00
parent ba8d8fa3f1
commit 99e1c0ef8b

View File

@@ -221,6 +221,7 @@ class EditDialog(QDialog, Ui_Dialog):
path.lineTo(0, 0)
painter.translate(1.0, c_pt.y())
painter.fillPath(path, brush)
return
@pyqtSlot()
def nextParaAction(self) -> None: