mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-22 09:38:01 +02:00
Recent file selector (ctrl+tab)
This commit is contained in:
parent
73d9d1ec59
commit
6511d6a845
11 changed files with 163 additions and 15 deletions
|
@ -1138,7 +1138,7 @@ namespace IDE.ui
|
|||
if (mProject.mLocked)
|
||||
menuItem.mIconImage = DarkTheme.sDarkTheme.GetImage(.Check);
|
||||
MenuWidget menuWidget = DarkTheme.sDarkTheme.CreateMenuWidget(menu);
|
||||
menuWidget.Init(this, x, y, true);
|
||||
menuWidget.Init(this, x, y, .AllowScrollable);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue