这是indexloc提供的服务,不要输入任何密码
Skip to content

When a floating window is not owned by the main window, it is always activated when it is deactivated #408

@Wenveo

Description

@Wenveo

if (((int)wParam & 0xFFFF) == Win32Helper.WA_INACTIVE)
{
if (lParam == this.GetParentWindowHandle())
{
Win32Helper.SetActiveWindow(_hwndSrc.Handle);
handled = true;
}
}

2022-12-12_22-16-40.mp4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions