F2 now works to enable scenerio editor.

This commit is contained in:
Justin Marshall
2020-06-05 19:01:30 -07:00
parent ca2e5bc7e6
commit f1a566c39d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -268,7 +268,7 @@ TListClass<T>::TListClass(int id, int x, int y, int w, int h, TextPrintType flag
/*
** Set the list box to a default state.
*/
Fancy_Text_Print(TXT_NONE, 0, 0, TBLACK, TBLACK, TextFlags);
//Fancy_Text_Print(TXT_NONE, 0, 0, TBLACK, TBLACK, TextFlags);
LineHeight = FontHeight+FontYSpacing-1;
LineCount = (h-1) / LineHeight;
}