mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 14:34:42 -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
|
//TODO recover the current comics selection and restore it in the destination
|
||||||
void LibraryWindow::toggleComicsView()
|
void LibraryWindow::toggleComicsView()
|
||||||
{
|
{
|
||||||
if(comicsViewStack->currentWidget()!=emptyFolderWidget) {
|
if(comicsViewStack->currentWidget()==comicsView) {
|
||||||
QTimer::singleShot(0,this,SLOT(showComicsViewTransition()));
|
QTimer::singleShot(0,this,SLOT(showComicsViewTransition()));
|
||||||
QTimer::singleShot(32,this,SLOT(toggleComicsView_delayed()));
|
QTimer::singleShot(32,this,SLOT(toggleComicsView_delayed()));
|
||||||
} else
|
} else
|
||||||
|
Reference in New Issue
Block a user