mirror of
https://github.com/kiwix/java-libkiwix.git
synced 2025-09-11 08:08:46 -04:00
Illustration.height must return the height.
This commit is contained in:
parent
9312e32435
commit
9dee22fd9d
@ -39,7 +39,7 @@ METHOD0(jint, width) {
|
||||
}
|
||||
|
||||
METHOD0(jint, height) {
|
||||
return TO_JNI(THIS->width);
|
||||
return TO_JNI(THIS->height);
|
||||
}
|
||||
|
||||
METHOD0(jstring, mimeType) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user