fixed issues with some opengl implementations

This commit is contained in:
itsmattkc
2019-09-13 00:32:41 +10:00
parent 28687d4852
commit c5572876fa
10 changed files with 102 additions and 48 deletions
+2
View File
@@ -37,6 +37,8 @@ void olive::style::AppSetDefault()
void olive::style::SetOliveStyle(const QString &style_name)
{
qApp->setStyle(QStyleFactory::create("Fusion"));
// Set CSS style for this
QFile css_file(QString(":/style/%1/style.css").arg(style_name));