mirror of
https://github.com/Bjanski/ExAd.git
synced 2024-08-30 16:52:14 +00:00
commit
256de41c64
@ -46,7 +46,6 @@ _lastPos = [];
|
||||
private["_ctrl","_pos","_logo","_function"];
|
||||
_ctrl = _display displayCtrl _idc;
|
||||
|
||||
diag_log format["Test - idc = %1, isNull = %2", _idc , isNull _ctrl];
|
||||
if(isNull _ctrl)then{
|
||||
_ctrl = _display ctrlCreate ["RscExileXM8AppButton1x1",_idc,_slide];
|
||||
_xPos = if( (_lastPos select 0) == (30 - 3) * (0.025) ) then { (4 - 3) * (0.025) } else { (_lastPos select 0) + ( 6.5 * 0.025 ) };
|
||||
|
Loading…
Reference in New Issue
Block a user