mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Change label
This commit is contained in:
parent
f17ed3c749
commit
bc996ca471
1 changed files with 2 additions and 2 deletions
|
@ -788,7 +788,7 @@ namespace IDE.ui
|
|||
g.DrawString(label, widget.mX + GS!(6), widget.mY - GS!(20));
|
||||
}
|
||||
|
||||
DrawLabel(mKindBar, mRegenerating ? "Regenerating ..." : "Using Generator");
|
||||
DrawLabel(mKindBar, mRegenerating ? "Regenerating ..." : "Generator");
|
||||
for (var uiEntry in mUIEntries)
|
||||
DrawLabel(uiEntry.mWidget, uiEntry.mLabel);
|
||||
}
|
||||
|
@ -848,7 +848,7 @@ namespace IDE.ui
|
|||
if (mThreadState == .Executing)
|
||||
{
|
||||
var bfCompiler = gApp.mBfResolveCompiler;
|
||||
bfCompiler.RequestFastFinish();
|
||||
bfCompiler.RequestFastFinish(true);
|
||||
bfCompiler.WaitForBackground();
|
||||
}
|
||||
base.Close();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue