Page 1 of 1

Floating Preview context menu missing

Posted: 06 Jun 2023 08:29
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;
  }

Re: Floating Preview context menu missing

Posted: 06 Jun 2023 09:12
by admin
Fix comes. :tup: