mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-28 04:28:01 +02:00
Code generator support
This commit is contained in:
parent
195c705a46
commit
73099e4a04
15 changed files with 1472 additions and 83 deletions
|
@ -256,7 +256,10 @@ namespace Beefy.widgets
|
|||
public virtual void PopupWindow(WidgetWindow parentWindow, float offsetX = 0, float offsetY = 0)
|
||||
{
|
||||
if (mClosed)
|
||||
{
|
||||
BFApp.sApp.DeferDelete(this);
|
||||
return;
|
||||
}
|
||||
|
||||
mInPopupWindow = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue