mirror of
https://github.com/kiwix/java-libkiwix.git
synced 2025-09-12 08:44:10 -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) {
|
METHOD0(jint, height) {
|
||||||
return TO_JNI(THIS->width);
|
return TO_JNI(THIS->height);
|
||||||
}
|
}
|
||||||
|
|
||||||
METHOD0(jstring, mimeType) {
|
METHOD0(jstring, mimeType) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user