@@ -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);