aseba-community / thymio-vpl2

Next generation VPL for Thymio using Qt Quick from Qt 5.x
GNU Lesser General Public License v3.0
2 stars 5 forks source link

astChanged too much in TransitionBlocks #106

Closed stephanemagnenat closed 7 years ago

stephanemagnenat commented 7 years ago

When a block is dropped in a row, the signal astChanged within TransitionBlocks.qml is called too much. Maybe this is linked to params of the block being changed too often.

It is not critical as this just triggers a timer, but it is strange that it happens.

stephanemagnenat commented 7 years ago

There is a timer which only triggers recompilation once the control is given back to the event loop, therefore this is not a problem.