Skip to content

Commit

Permalink
Fixing issue which was preventing application to shut down (running t…
Browse files Browse the repository at this point in the history
…hread)
  • Loading branch information
martinchrzan authored and contre committed Jan 24, 2020
1 parent a5c1672 commit 6165eea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ private static int WndProc(IntPtr hwnd, uint msg, IntPtr wparam, IntPtr lparam)
}
break;
case (uint)WindowMessage.Destroy:
_running = false;
break;
default:
MessageListener listener;
Expand Down

0 comments on commit 6165eea

Please sign in to comment.