This was caused by querying on the selection state before it is setup. It is only setup just before the draw function. To fix this, we sync the `info_buf` just before drawing the overlays. Also add some safety to avoid uninitialized memory.
This was caused by querying on the selection state before it is setup. It is only setup just before the draw function. To fix this, we sync the `info_buf` just before drawing the overlays. Also add some safety to avoid uninitialized memory.