Merge pull request #1387 from Azaezel/alpha41/buttonPalletBump

fix buttonpallet extents misalignment
This commit is contained in:
Brian Roberts 2025-02-17 23:27:43 -06:00 committed by GitHub
commit 2bacfca540
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -148,7 +148,7 @@ function ButtonPalette::refresh(%this)
variable = getField(%buttonInfo, 3);
};
%extents.y += 23;
%extents.y += 25;
if(isObject(%this.actionMap))
%this.actionMap.bindCmd( keyboard, getField(%buttonInfo, 5), %paletteButton @ ".performClick();", "" );