Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dragging - Fix keyhandler removing when drop #8443

Merged
merged 1 commit into from
Sep 18, 2021

Conversation

Dystopian
Copy link
Contributor

When merged this pull request will:

  • title.

This var should not be qouted when removing:

GVAR(releaseActionID) = [0xF1, [false, false, false], {
[GVAR(unit), GVAR(unit) getVariable [QGVAR(draggedObject), objNull]] call FUNC(dropObject);
}, "keydown", "", false, 0] call CBA_fnc_addKeyHandler;

[QGVAR(releaseActionID), "keydown"] call CBA_fnc_removeKeyHandler;

@mharis001 mharis001 added the kind/bug-fix Release Notes: **FIXED:** label Sep 16, 2021
@mharis001 mharis001 added this to the 3.14.0 milestone Sep 16, 2021
@PabstMirror PabstMirror merged commit 7687429 into acemod:master Sep 18, 2021
@Dystopian Dystopian deleted the fix-dragging-keyhandler branch September 18, 2021 16:54
AndreasBrostrom pushed a commit to AndreasBrostrom/ACE3 that referenced this pull request Dec 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug-fix Release Notes: **FIXED:**
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants