X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Feditor.c;h=8f453e2c3f7d85605a5c3261f8fdca207adf0d15;hp=312f0395ee3b447700f6c1fa9f7739c2a2234a37;hb=efda7f7ff333c8aa84af7966e11e2ea070c6aea9;hpb=1cc6b51080c580352aa808bf73ef08b5226664e7 diff --git a/src/editor.c b/src/editor.c index 312f0395..8f453e2c 100644 --- a/src/editor.c +++ b/src/editor.c @@ -14085,7 +14085,7 @@ void HandleLevelEditorKeyInput(Key key) else if (key == KSYM_Escape) DrawLevelText(0, 0, 0, TEXT_END); } - else if (button_status == MB_RELEASED) + else { int id = GADGET_ID_NONE; int new_element_shift = element_shift;