We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d027674 commit 7d8fe67Copy full SHA for 7d8fe67
src/gui/symbology-ng/qgsstylev2managerdialog.cpp
@@ -60,11 +60,11 @@ void QgsStyleV2ManagerDialog::onFinished()
60
61
void QgsStyleV2ManagerDialog::populateTypes()
62
{
63
+#if 0
64
// save current selection index in types combo
65
int current = ( tabItemType->count() > 0 ? tabItemType->currentIndex() : 0 );
66
67
// no counting of style items
-/*
68
int markerCount = 0, lineCount = 0, fillCount = 0;
69
70
QStringList symbolNames = mStyle->symbolNames();
@@ -88,7 +88,7 @@ void QgsStyleV2ManagerDialog::populateTypes()
88
89
// update current index to previous selection
90
cboItemType->setCurrentIndex( current );
91
-*/
+#endif
92
}
93
94
void QgsStyleV2ManagerDialog::populateList()
0 commit comments