mirror of
https://github.com/YACReader/yacreader
synced 2025-05-26 18:30:26 -04:00
Refresh current content after editing tags instead of doing a full reload.
TODO: detect row movements, now rows are deleted and readded
This commit is contained in:
parent
93a826f80a
commit
8e43bda13b
@ -1289,10 +1289,10 @@ void LibraryWindow::createConnections()
|
||||
connect(importComicsInfoAction, &QAction::triggered, this, &LibraryWindow::showImportComicsInfo);
|
||||
|
||||
// properties & config
|
||||
connect(propertiesDialog, &QDialog::accepted, navigationController, &YACReaderNavigationController::reselectCurrentSource);
|
||||
connect(propertiesDialog, &QDialog::accepted, contentViewsManager, &YACReaderContentViewsManager::updateCurrentContentView);
|
||||
|
||||
// comic vine
|
||||
connect(comicVineDialog, &QDialog::accepted, navigationController, &YACReaderNavigationController::reselectCurrentSource, Qt::QueuedConnection);
|
||||
connect(comicVineDialog, &QDialog::accepted, contentViewsManager, &YACReaderContentViewsManager::updateCurrentContentView, Qt::QueuedConnection);
|
||||
|
||||
connect(updateLibraryAction, &QAction::triggered, this, &LibraryWindow::updateLibrary);
|
||||
connect(renameLibraryAction, &QAction::triggered, this, &LibraryWindow::renameLibrary);
|
||||
|
Loading…
Reference in New Issue
Block a user