This is to fix issue #1016 (closed)
As it appears, there are multiple causes to the problem reported:
- The clutter actor underneath the pointer might not be up-to-date
- various animation effects may defeat picking if done too early
This MR aims at fixing the problem while cleaning some very old code from 2013 that was added in meta_window_show()
to fix the issue in 2013 (commit 3f022ca9)