1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Handle mSelectIdx<0 case

This commit is contained in:
Brian Fiete 2025-01-24 15:55:39 -08:00
parent c78d1aca87
commit 72d74149be

View file

@ -1070,8 +1070,12 @@ namespace IDE.ui
{
var font = IDEApp.sApp.mCodeFont;
extHeight = 0;
extWidth = 0;
if (mSelectIdx < 0)
return;
float curX = GS!(8);
float curY = GS!(5);