Merge pull request #592 from sum-elier/fix-window-icon-dimensionsmismatch-error
Fixes #591 DimensionsMismatch error message
This commit is contained in:
commit
28280600d7
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ impl fmt::Display for Error {
|
|||
write!(f,
|
||||
"The number of RGBA pixels ({:?}) does not match the provided \
|
||||
dimensions ({:?}x{:?}).",
|
||||
width, height, pixel_count,
|
||||
pixel_count, width, height,
|
||||
)
|
||||
}
|
||||
Error::OsError(e) => write!(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue