Title bar is flashing white when I delete a file

Suddenly, whenever I delete a file, the title bar of the lister flashes white. It's a bit annoying. How do I turn this off?

That’s something the Windows Recycle Bin API does. I think we have a workaround for it but need to check if it’s in released versions or still being tested.

Which versions of Opus and Windows are you using?

Windows 10 Pro 22H2 / DOpus 12:30 X64

Just to say that this does not happen if I use Windows Explorer.

Looks like the workaround isn't in released versions yet, but it will be in the future.

1 Like

I never noticed that before, but I now see that my title bar flashes yellow, my color for title bars of inactive windows.

I'm guessing that you have white title bars for inactive windows in which case we're probably seeing essentially the same thing.

Exactly. The Windows Recycle Bin API steals focus from the window it is launched from momentarily, even if it never shows any progress dialog or other UI. It's a bug in Windows really, but one we've found a workaround for.

Exactly! Thanks for figuring that out, nice to know a rationale for it.