mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-18 06:41:08 +00:00
make smartVanillaHeight also adjust the logicalHeight
This commit is contained in:
@@ -305,6 +305,10 @@ public class IrisDimension extends IrisRegistrant {
|
|||||||
return smartVanillaHeight ? new IrisRange(-64, 320) : dimensionHeight;
|
return smartVanillaHeight ? new IrisRange(-64, 320) : dimensionHeight;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public int getLogicalHeight() {
|
||||||
|
return smartVanillaHeight ? 256 : logicalHeight;
|
||||||
|
}
|
||||||
|
|
||||||
public boolean hasFocusRegion() {
|
public boolean hasFocusRegion() {
|
||||||
return !focusRegion.equals("");
|
return !focusRegion.equals("");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user