mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Handle mSelectIdx<0 case
This commit is contained in:
parent
c78d1aca87
commit
72d74149be
1 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue