mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-21 05:00:06 -05:00
--Bug fixes -fractorium-sh was converted to windows format and someone changed qss file location.
This commit is contained in:
parent
9b50d065d9
commit
640944f60f
@ -666,7 +666,7 @@ QString QssDialog::OpenFile()
|
||||
|
||||
return !filenames.empty() ? filenames[0] : "";
|
||||
#else
|
||||
auto filename = QFileDialog::getOpenFileName(this, tr("Open Stylesheet"), /*m_Parent->m_SettingsPath*/ "./", tr("Qss (*.qss)"));
|
||||
auto filename = QFileDialog::getOpenFileName(this, tr("Open Stylesheet"), m_Parent->m_SettingsPath, tr("Qss (*.qss)"));
|
||||
return filename.size() > 0 ? filename : "";
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user