MCPcopy Create free account
hub / github.com/YACReader/yacreader / showComicsView

Method showComicsView

YACReaderLibrary/yacreader_content_views_manager.cpp:132–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132void 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
142void YACReaderContentViewsManager::showFolderContentView()
143{

Callers 6

loadFolderInfoMethod · 0.80
loadSpecialListInfoMethod · 0.80
loadLabelInfoMethod · 0.80
loadReadingListInfoMethod · 0.80
checkSearchNumResultsMethod · 0.80

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected