mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
[FancyZones] Dragging a window across monitors transparency fix (#5102)
This commit is contained in:
@@ -457,7 +457,7 @@ namespace FancyZonesUnitTests
|
||||
{
|
||||
m_zoneWindow = MakeZoneWindow(m_hostPtr, m_hInst, m_monitor, m_uniqueId.str(), {}, false);
|
||||
|
||||
const auto expected = E_INVALIDARG;
|
||||
const auto expected = S_OK;
|
||||
|
||||
m_zoneWindow->MoveSizeEnter(Mocks::Window());
|
||||
const auto actual = m_zoneWindow->MoveSizeEnter(Mocks::Window());
|
||||
|
||||
Reference in New Issue
Block a user