Add 'Change Date' button to the History Dialog (same as the one used in Time log dialogs)
This commit is contained in:
parent
fb873edcb5
commit
57614cefa1
5 changed files with 78 additions and 13 deletions
|
|
@ -1354,7 +1354,7 @@ class MainWindow(QMainWindow):
|
|||
else:
|
||||
date_iso = self._current_date_iso()
|
||||
|
||||
dlg = HistoryDialog(self.db, date_iso, self)
|
||||
dlg = HistoryDialog(self.db, date_iso, self, themes=self.themes)
|
||||
if dlg.exec() == QDialog.Accepted:
|
||||
# refresh editor + calendar (head pointer may have changed)
|
||||
self._load_selected_date(date_iso)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue