Skip to content

Dialog - Fix issues when opened in 3DEN#616

Merged
mharis001 merged 1 commit intomasterfrom
3DEN-dialog
Jul 28, 2021
Merged

Dialog - Fix issues when opened in 3DEN#616
mharis001 merged 1 commit intomasterfrom
3DEN-dialog

Conversation

@mharis001
Copy link
Copy Markdown
Member

When merged this pull request will:

Test Code:
private _options = [];

for "_i" from 1 to 20 do {
    _options pushBack ["CHECKBOX", str _i, false];
};

["Example Dialog", _options, {systemChat str _this}] call zen_dialog_fnc_create;

@mharis001 mharis001 added the bug fix Fixes a bug label Jul 15, 2021
@mharis001 mharis001 added this to the 1.12.0 milestone Jul 15, 2021
@mharis001 mharis001 merged commit 4c43021 into master Jul 28, 2021
@mharis001 mharis001 deleted the 3DEN-dialog branch July 28, 2021 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug fix Fixes a bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ZEN_Dialog drawn under some UI elements in 3den, Dialog does not lock camera scrolling

3 participants