mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Adding WelcomePanel
This commit is contained in:
parent
5f84a7e4e3
commit
fa0311f849
5 changed files with 152 additions and 2 deletions
|
@ -216,6 +216,12 @@ namespace IDE.ui
|
|||
if ((mWidgetWindow == null) || (mWidgetWindow.mRootWidget != this))
|
||||
return; // We're being replaced as root
|
||||
|
||||
if (let widgetWindow = window as WidgetWindow)
|
||||
{
|
||||
if (widgetWindow.mRootWidget is DarkTooltipContainer)
|
||||
return;
|
||||
}
|
||||
|
||||
if ((!mIgnoreMove) && (mWidgetWindow != null) && (!mWidgetWindow.mHasClosed))
|
||||
mAutoComplete.Close();
|
||||
}
|
||||
|
@ -2016,6 +2022,9 @@ namespace IDE.ui
|
|||
|
||||
if (!mClosed)
|
||||
{
|
||||
if ((DarkTooltipManager.sTooltip != null) && (!DarkTooltipManager.sTooltip.mRequireMouseInside))
|
||||
DarkTooltipManager.CloseTooltip();
|
||||
|
||||
if (IsInPanel())
|
||||
{
|
||||
gApp.mAutoCompletePanel.Unbind(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue