Skip to content

BUG: Fixed bug created by commit cf8b1861

There was bug in a code change on release that was copied into master:

Had blocked one setData() call to avoid two redundant signals
downstream, however, only the first edit caused *any* signal
to get sent. So we'll live with two signals on the 1st edit.

Merge request reports