File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Current development version
2
2
3
- - Remove the change label witdth popup menu (#1964 )
3
+ - Remove the change label width popup menu (#1964 ).
4
4
It was not working at all and caused crashes. And I think the
5
5
label width is not changed so often, so that a (working)
6
6
possibility in the configuration menu is enough.
Original file line number Diff line number Diff line change 1
1
These files are from https://github.com/memononen/nanosvg/
2
- (current commit: 93ce879dc4c04a3ef1758428ec80083c38610b1f )
2
+ (current commit: ea6a6aca009422bba0dbad4c80df6e6ba0c82183 )
Original file line number Diff line number Diff line change @@ -1265,7 +1265,7 @@ static unsigned int nsvg__parseColorRGB(const char* str)
1265
1265
while (* str && nsvg__isdigit (* str )) str ++ ; // skip fractional part
1266
1266
}
1267
1267
if (* str == '%' ) str ++ ; else break ;
1268
- while (nsvg__isspace (* str )) str ++ ;
1268
+ while (* str && nsvg__isspace (* str )) str ++ ;
1269
1269
if (* str == delimiter [i ]) str ++ ;
1270
1270
else break ;
1271
1271
}
You can’t perform that action at this time.
0 commit comments