mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-11 04:52:21 +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));
|
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)
|
for (var uiEntry in mUIEntries)
|
||||||
DrawLabel(uiEntry.mWidget, uiEntry.mLabel);
|
DrawLabel(uiEntry.mWidget, uiEntry.mLabel);
|
||||||
}
|
}
|
||||||
|
@ -848,7 +848,7 @@ namespace IDE.ui
|
||||||
if (mThreadState == .Executing)
|
if (mThreadState == .Executing)
|
||||||
{
|
{
|
||||||
var bfCompiler = gApp.mBfResolveCompiler;
|
var bfCompiler = gApp.mBfResolveCompiler;
|
||||||
bfCompiler.RequestFastFinish();
|
bfCompiler.RequestFastFinish(true);
|
||||||
bfCompiler.WaitForBackground();
|
bfCompiler.WaitForBackground();
|
||||||
}
|
}
|
||||||
base.Close();
|
base.Close();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue