mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-11 04:52: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;
|
var font = IDEApp.sApp.mCodeFont;
|
||||||
|
|
||||||
|
extHeight = 0;
|
||||||
extWidth = 0;
|
extWidth = 0;
|
||||||
|
|
||||||
|
if (mSelectIdx < 0)
|
||||||
|
return;
|
||||||
|
|
||||||
float curX = GS!(8);
|
float curX = GS!(8);
|
||||||
float curY = GS!(5);
|
float curY = GS!(5);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue