Code comments

This commit is contained in:
Miguel Jacq 2025-12-09 12:48:59 +11:00
parent 81878c63d9
commit 61b3e5b45a
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
10 changed files with 28 additions and 28 deletions

View file

@ -496,7 +496,7 @@ class MainWindow(QMainWindow):
idx = self._tab_index_for_date(date)
if idx != -1:
self.tab_widget.setCurrentIndex(idx)
# keep calendar selection in sync (dont trigger load)
# keep calendar selection in sync (don't trigger load)
from PySide6.QtCore import QSignalBlocker
with QSignalBlocker(self.calendar):
@ -519,7 +519,7 @@ class MainWindow(QMainWindow):
editor = MarkdownEditor(self.themes)
# Apply users preferred font size
# Apply user's preferred font size
self._apply_font_size(editor)
# Set up the editor's event connections