Merge pull request #40004 from glek/patch-1

Change assembly watcher after notification changes
This commit is contained in:
Rémi Verschelde 2020-07-01 15:39:32 +02:00 committed by GitHub
commit 9286772faf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ namespace GodotTools
public override void _Notification(int what)
{
if (what == Node.NotificationWmFocusIn)
if (what == Node.NotificationWmWindowFocusIn)
{
RestartTimer();