donotturnoff / aerend

My third year project
0 stars 0 forks source link

Optimise GridLayout query when grid is 1x1 #130

Open donotturnoff opened 2 years ago

donotturnoff commented 2 years ago

If the GridLayout is 1x1, querying which widget is at a location can only ever return one widget and can probably be optimised.