1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

C#: Upgrade TFM for net472 and some netstandard2.0 projects

This commit is contained in:
Thaddeus Crews
2023-12-22 13:24:57 -06:00
parent 13a0d6e9b2
commit 7a06390552
5 changed files with 18 additions and 20 deletions

View File

@@ -129,7 +129,7 @@ namespace GodotTools.OpenVisualStudio
{
var mainWindow = dte.MainWindow;
mainWindow.Activate();
SetForegroundWindow(new IntPtr(mainWindow.HWnd));
SetForegroundWindow(mainWindow.HWnd);
MessageFilter.Revoke();
}