File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -3444,7 +3444,7 @@ bool QgisApp::addProject( QString projectFile )
3444
3444
int defaultAlpha = settings.value ( " /qgis/default_selection_color_alpha" , 255 ).toInt ();
3445
3445
int myRed = QgsProject::instance ()->readNumEntry ( " Gui" , " /SelectionColorRedPart" , defaultRed );
3446
3446
int myGreen = QgsProject::instance ()->readNumEntry ( " Gui" , " /SelectionColorGreenPart" , defaultGreen );
3447
- int myBlue = QgsProject::instance ()->readNumEntry ( " Gui" , " /SelectionColorGreenPart " , defaultBlue );
3447
+ int myBlue = QgsProject::instance ()->readNumEntry ( " Gui" , " /SelectionColorBluePart " , defaultBlue );
3448
3448
int myAlpha = QgsProject::instance ()->readNumEntry ( " Gui" , " /SelectionColorAlphaPart" , defaultAlpha );
3449
3449
QgsRenderer::setSelectionColor ( QColor ( myRed, myGreen, myBlue, myAlpha ) );
3450
3450
You can’t perform that action at this time.
0 commit comments