Increase items limit for Visject secondary context menu before scroll bar usage

This commit is contained in:
Wojtek Figat
2021-07-15 22:00:24 +02:00
parent 2354bc9f4d
commit 73c283fdd4

View File

@@ -283,6 +283,7 @@ namespace FlaxEditor.Surface
// Show secondary context menu
_cmStartPos = location;
menu.Tag = selection;
menu.MaximumItemsInViewCount = 24;
menu.Show(this, location);
}