early-access version 2768

This commit is contained in:
pineappleEA
2022-06-11 07:46:45 +02:00
parent a3a83b9639
commit 72577d4020
20 changed files with 234 additions and 93 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ void LoadingScreen::OnLoadProgress(VideoCore::LoadCallbackStage stage, std::size
void LoadingScreen::paintEvent(QPaintEvent* event) {
QStyleOption opt;
opt.init(this);
opt.initFrom(this);
QPainter p(this);
style()->drawPrimitive(QStyle::PE_Widget, &opt, &p, this);
QWidget::paintEvent(event);