From: Tuukka Lehtonen Date: Fri, 28 Sep 2018 06:19:02 +0000 (+0300) Subject: Fixed synchronousness problem in drag event transferable handling X-Git-Tag: v1.43.0~136^2~353 X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=commitdiff_plain;h=96ae58fda842dcd8266192eeb1399324b092154a;hp=96ae58fda842dcd8266192eeb1399324b092154a;p=simantics%2Fplatform.git Fixed synchronousness problem in drag event transferable handling Previously handleEvent would post the event for asynchronous handling while handling the drag starting via Transferable requires the drag to be started synchronously within the AWT drag start event handler. Added syncHandleEvent to AbstractEventHandler to support this. gitlab #112 Change-Id: I694844fbfc1be74b9f6b620afc8fc441a0ab4d31 ---