| 130 | } |
| 131 | |
| 132 | void YACReaderContentViewsManager::showComicsView() |
| 133 | { |
| 134 | comicsViewStack->setCurrentWidget(comicsView); |
| 135 | |
| 136 | // TODO: check if this is still needed in the rhi implementation |
| 137 | // BUG, ugly workaround for glitch when QOpenGLWidget (flow) is used just after any other widget in the views stack |
| 138 | // Somehow QOpenGLWidget is messing with the rendering of the side bar (wrong buffer swapping) |
| 139 | libraryWindow->sideBar->update(); |
| 140 | } |
| 141 | |
| 142 | void YACReaderContentViewsManager::showFolderContentView() |
| 143 | { |
no test coverage detected