mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-18 22:43:31 +08:00
Update xaml-island-tweaks.md
This commit is contained in:
parent
93da059454
commit
8eab2ef27c
@ -22,7 +22,7 @@ Interop.ShowWindow(coreWindowInterop.WindowHandle, Interop.SW_HIDE);
|
|||||||
```
|
```
|
||||||
3. Workaround to prevent XAML Island failing to render on Nvidia workstation graphics cards:
|
3. Workaround to prevent XAML Island failing to render on Nvidia workstation graphics cards:
|
||||||
```
|
```
|
||||||
// XAML Islands: If the window is open, explicity force it to be shown to solve the blank dialog issue https://github.com/microsoft/PowerToys/issues/3384
|
// XAML Islands: If the window is open, explicitly force it to be shown to solve the blank dialog issue https://github.com/microsoft/PowerToys/issues/3384
|
||||||
if (isOpen)
|
if (isOpen)
|
||||||
{
|
{
|
||||||
Show();
|
Show();
|
||||||
|
Loading…
Reference in New Issue
Block a user