donotturnoff / aerend

My third year project
0 stars 0 forks source link

In widget query code, don't ask LayoutManager if there are no children #129

Open donotturnoff opened 2 years ago

donotturnoff commented 2 years ago

WHen finding the widget that lies under the cursor, the LayoutManager is queried even if there are no children. This edge case can be optimised.