Fixed a problem with graphing created by the newer versions of Image Magick.
This commit is contained in:
parent
9bf275a790
commit
62b776d55a
2 changed files with 3 additions and 1 deletions
|
|
@ -2,6 +2,8 @@
|
||||||
- fixed #10450: A different errormessage is given if the username does exist and
|
- fixed #10450: A different errormessage is given if the username does exist and
|
||||||
does not exist. (Arjan Widlak / United Knowledge)
|
does not exist. (Arjan Widlak / United Knowledge)
|
||||||
- fixed: Reverted bugfix for 10409 and changed the hover help to reflect the correct way to build list-type form controls in the MetaData.
|
- fixed: Reverted bugfix for 10409 and changed the hover help to reflect the correct way to build list-type form controls in the MetaData.
|
||||||
|
- Fixed a problem with graphing created by the newer versions of Image
|
||||||
|
Magick.
|
||||||
- fixed: Template parser cannot be set
|
- fixed: Template parser cannot be set
|
||||||
- fixed #10361: Shortcuts duplicate extra header tags
|
- fixed #10361: Shortcuts duplicate extra header tags
|
||||||
- fixed #10356: SQL report is cached too long
|
- fixed #10356: SQL report is cached too long
|
||||||
|
|
|
||||||
|
|
@ -177,7 +177,7 @@ sub new {
|
||||||
size => $width.'x'.$height,
|
size => $width.'x'.$height,
|
||||||
);
|
);
|
||||||
|
|
||||||
$img->Read(filename => 'xc:white');
|
$img->ReadImage('xc:white');
|
||||||
|
|
||||||
bless {_image => $img, _session => $session, _properties => {
|
bless {_image => $img, _session => $session, _properties => {
|
||||||
width => $width,
|
width => $width,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue