mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Merge pull request #827 from Ignatz-HeMan/patch-1
Fixed Ratio for DynaMenu Pics
This commit is contained in:
commit
3e21e050ca
@ -82,7 +82,7 @@ for "_e" from 0 to (_entries - 1) do {
|
||||
_ctrl ctrlSetEventHandler ["mouseButtonDown", (_buttonSettings select _e select 2)];
|
||||
_ctrl ctrlEnable true;
|
||||
|
||||
_ctrl2 = _display ctrlCreate ["rmx_rscPicture",-(66600 + _e)];
|
||||
_ctrl2 = _display ctrlCreate ["RscPictureKeepAspect",-(66600 + _e)];
|
||||
_ctrl2 ctrlSetTooltip (_buttonSettings select _e select 1);
|
||||
_ctrl2 ctrlSetTooltipColorBox [0, 0, 0, 0];
|
||||
_ctrl2 ctrlSetTooltipColorShade [0, 0, 0, 0];
|
||||
|
Loading…
Reference in New Issue
Block a user