This repository was archived by the owner on Jun 21, 2023. It is now read-only.
Commit b7cf3df
committed
Fix broken Browser service.
ba83824 changed `Browser.cs` to add a call to `ThreadHelper.ThrowIfNotOnUIThread();`. However it _also_ erroneously changed the code to not return the result of `service.CreateExternalWebBrowser` to the caller, breaking the browser on VS2015.1 parent 4905769 commit b7cf3df
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments