View Issue Details

IDProjectCategoryView StatusLast Update
0015549ScribusInternalpublic2019-06-04 20:55
Reporterale Assigned Tojghali  
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionfixed 
Product Version1.5.5.svn 
Fixed in Version1.5.5.svn 
Summary0015549: Typo in propertiespalette.cpp: xyzPal, not imagePal
Descriptionhttps://github.com/scribusproject/scribus/blob/master/scribus/ui/propertiespalette.cpp#L261

the first line should probably by xyzPal->unsetItem()...

    imagePal->unsetItem();
    xyzPal->unsetDoc();
    shadowPal->unsetItem();
    shadowPal->unsetDoc();
    shapePal->unsetItem();
    shapePal->unsetDoc();
    groupPal->unsetItem();
    groupPal->unsetDoc();
    imagePal->unsetItem();
    imagePal->unsetDoc();
    linePal->unsetItem();
    linePal->unsetDoc();
    tablePal->unsetItem();
    tablePal->unsetDocument();
TagsNo tags attached.
PatchNo

Activities

jghali

2019-01-23 17:19

administrator   ~0045847

Good find. Should not have big consequences, but better to have this fixed.

Issue History

Date Modified Username Field Change
2019-01-23 14:17 ale New Issue
2019-01-23 17:17 jghali Category - => Internal
2019-01-23 17:17 jghali Summary xyzPal, not imagePal => Typo in propertiespalette.cpp: xyzPal, not imagePal
2019-01-23 17:19 jghali Assigned To => jghali
2019-01-23 17:19 jghali Status new => resolved
2019-01-23 17:19 jghali Resolution open => fixed
2019-01-23 17:19 jghali Fixed in Version => 1.5.5.svn
2019-01-23 17:19 jghali Note Added: 0045847
2019-06-04 20:55 cbradney Status resolved => closed