GUI: Fix Repaint on stylesheet change

This commit is contained in:
Megamouse 2017-09-02 03:02:46 +02:00 committed by Ivan
parent caab400258
commit 5cb6815bf3
3 changed files with 12 additions and 6 deletions

View file

@ -338,6 +338,7 @@ void rpcs3_app::OnChangeStyleSheetRequest(const QString& sheetFilePath)
file.close();
}
GUI::stylesheet = styleSheet();
RPCS3MainWin->RepaintGui();
}
/**