Skip to content

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/gui/qgsoptions.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ QgsOptions::QgsOptions(QWidget *parent, Qt::WFlags fl) :
8282
QDir myThemeDir( QgsApplication::pkgDataPath()+"/themes/" );
8383
myThemeDir.setFilter(QDir::Dirs);
8484
QStringList myDirList = myThemeDir.entryList("*");
85+
cmbTheme->clear();
8586
for(int i=0; i < myDirList.count(); i++)
8687
{
8788
if(myDirList[i] != "." && myDirList[i] != "..")

0 commit comments

Comments
 (0)
Please sign in to comment.