Floating Preview context menu missing

Things you’d like to miss in the future...
Post Reply
jupe
Posts: 2749
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Floating Preview context menu missing

Post by jupe »

This isn't a new issue, but when you open the Floating Preview with, for example a text file, and then afterwards select an image, the FP context menu won't appear for the image preview. Repro script for fresh if helpful:

Code: Select all

  $fol = quicksearch(":prop:#contains.*.txt:1 AND prop:#contains.*.jpg:1 /excl=Appdata /l=1 /d", "%USERREAL%",, "s");
  if ($fol) {
    goto $fol;
    sel "[*.txt]",, 1;
    #178;
    sel "[*.jpg]",, 1;
  }

admin
Site Admin
Posts: 60288
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Floating Preview context menu missing

Post by admin »

Fix comes. :tup:

Post Reply