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

Working on BeefInstall

This commit is contained in:
Brian Fiete 2019-08-24 10:08:36 -07:00
parent 15e65e240d
commit 3515a59bea
9 changed files with 450 additions and 43 deletions

View file

@ -241,6 +241,8 @@ namespace IDE.ui
{
if (gApp.mRunningTestScript)
return;
if (mWidgetWindow == null)
return;
WidgetWindow widgetWindow = (WidgetWindow)evt.mSender;
if (!(widgetWindow.mRootWidget is AutoCompleteContent))