Increase items limit for Visject secondary context menu before scroll bar usage
This commit is contained in:
@@ -283,6 +283,7 @@ namespace FlaxEditor.Surface
|
|||||||
// Show secondary context menu
|
// Show secondary context menu
|
||||||
_cmStartPos = location;
|
_cmStartPos = location;
|
||||||
menu.Tag = selection;
|
menu.Tag = selection;
|
||||||
|
menu.MaximumItemsInViewCount = 24;
|
||||||
menu.Show(this, location);
|
menu.Show(this, location);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user