1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-19 00:20:25 +02:00

Recent file selector (ctrl+tab)

This commit is contained in:
Brian Fiete 2020-09-03 06:49:19 -07:00
parent 73d9d1ec59
commit 6511d6a845
11 changed files with 163 additions and 15 deletions

View file

@ -641,7 +641,7 @@ namespace IDE.ui
});
MenuWidget menuWidget = DarkTheme.sDarkTheme.CreateMenuWidget(menu);
menuWidget.Init(this, x, y, true);
menuWidget.Init(this, x, y, .AllowScrollable);
menu.mOnMenuClosed.Add(new (menu, itemSelected) =>
{