mirror of
https://github.com/YACReader/yacreader
synced 2026-03-01 10:22:58 -05:00
Remove software and opengl flow implementations
This simplifies the code base A LOT.
This commit is contained in:
@ -126,6 +126,7 @@ void YACReaderContentViewsManager::showComicsView()
|
||||
{
|
||||
comicsViewStack->setCurrentWidget(comicsView);
|
||||
|
||||
// TODO: check if this is still needed in the rhi implementation
|
||||
// BUG, ugly workaround for glitch when QOpenGLWidget (flow) is used just after any other widget in the views stack
|
||||
// Somehow QOpenGLWidget is messing with the rendering of the side bar (wrong buffer swapping)
|
||||
libraryWindow->sideBar->update();
|
||||
|
||||
Reference in New Issue
Block a user