Merge branch 'Chikinsupu-SurfaceComments-CenterHeaderEditBox'

This commit is contained in:
Wojtek Figat
2024-09-21 18:13:06 +02:00

View File

@@ -74,6 +74,7 @@ namespace FlaxEditor.Surface
Visible = false,
Parent = this,
EndEditOnClick = false, // We have to handle this ourselves, otherwise the textbox instantly loses focus when double-clicking the header
HorizontalAlignment = TextAlignment.Center,
};
}