Closed jessegreenberg closed 5 years ago
This was not an issue in ec59fd5ad273d02dc3fe33a59be3f9d7ae7da4de
EDIT: NOt an issue in ea777622dc01dc5304b3db46d802e1ca62d40f33
This was caused by the switch from addAccessibleInputListener
to addInputListener
. Since KNotFocusRegion now has an input listener and surrounds all of the pullers, it prevented picking of anything behind it. Ill remove the listener altogether as part of #275.
Before any changes in #275 I noticed that pullers in the toolboxes cannot be moved.