mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-11 01:15:04 +00:00
GUI: Fix Repaint on stylesheet change
This commit is contained in:
parent
caab400258
commit
5cb6815bf3
3 changed files with 12 additions and 6 deletions
|
|
@ -338,6 +338,7 @@ void rpcs3_app::OnChangeStyleSheetRequest(const QString& sheetFilePath)
|
|||
file.close();
|
||||
}
|
||||
GUI::stylesheet = styleSheet();
|
||||
RPCS3MainWin->RepaintGui();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue