Merge remote-tracking branch 'origin/master' into linux-editor
# Conflicts: # Source/Engine/Core/Math/Color.cs # Source/Engine/Navigation/Navigation.cpp # Source/Engine/Platform/Win32/Win32Platform.cpp
This commit is contained in:
@@ -30,8 +30,10 @@ namespace FlaxEditor.Windows
|
||||
|
||||
// Create popup
|
||||
|
||||
var contextMenu = new ContextMenu();
|
||||
contextMenu.MinimumWidth = 120;
|
||||
var contextMenu = new ContextMenu
|
||||
{
|
||||
MinimumWidth = 120
|
||||
};
|
||||
|
||||
// Expand/collapse
|
||||
|
||||
|
||||
Reference in New Issue
Block a user