File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -324,8 +324,8 @@ class QgsSymbolLayerV2
324324 switch (sipCpp->type())
325325 {
326326 case QgsSymbolV2::Marker: sipClass = sipClass_QgsMarkerSymbolLayerV2; break;
327- case QgsSymbolV2::Line: sipClass = sipClass_QgsMarkerSymbolLayerV2 ; break;
328- case QgsSymbolV2::Fill: sipClass = sipClass_QgsMarkerSymbolLayerV2 ; break;
327+ case QgsSymbolV2::Line: sipClass = sipClass_QgsLineSymbolLayerV2 ; break;
328+ case QgsSymbolV2::Fill: sipClass = sipClass_QgsFillSymbolLayerV2 ; break;
329329 default: sipClass = 0; break;
330330 }
331331%End
@@ -440,8 +440,8 @@ class QgsSymbolV2
440440 switch (sipCpp->type())
441441 {
442442 case QgsSymbolV2::Marker: sipClass = sipClass_QgsMarkerSymbolV2; break;
443- case QgsSymbolV2::Line: sipClass = sipClass_QgsMarkerSymbolV2 ; break;
444- case QgsSymbolV2::Fill: sipClass = sipClass_QgsMarkerSymbolV2 ; break;
443+ case QgsSymbolV2::Line: sipClass = sipClass_QgsLineSymbolV2 ; break;
444+ case QgsSymbolV2::Fill: sipClass = sipClass_QgsFillSymbolV2 ; break;
445445 default: sipClass = 0; break;
446446 }
447447%End
You can’t perform that action at this time.
0 commit comments