mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 06:24:39 -04:00
fixed toogleComicsView
This commit is contained in:
@ -2170,7 +2170,7 @@ void LibraryWindow::showNoSearchResultsView()
|
||||
//TODO recover the current comics selection and restore it in the destination
|
||||
void LibraryWindow::toggleComicsView()
|
||||
{
|
||||
if(comicsViewStack->currentWidget()!=emptyFolderWidget) {
|
||||
if(comicsViewStack->currentWidget()==comicsView) {
|
||||
QTimer::singleShot(0,this,SLOT(showComicsViewTransition()));
|
||||
QTimer::singleShot(32,this,SLOT(toggleComicsView_delayed()));
|
||||
} else
|
||||
|
Reference in New Issue
Block a user