POV-Ray : Newsgroups : povray.binaries.utilities : New version of Farger.inc : Re: New version of Farger.inc Server Time
2 May 2024 18:27:09 EDT (-0400)
  Re: New version of Farger.inc  
From: Melody
Date: 23 Jan 2020 08:00:00
Message: <web.5e29985ef66b17949da690110@news.povray.org>
so you open and close a picker but didn't set a color. MYColor (not the other 4)
got set anyway, field will be changed unnecessarily for other upClicks.
 more changes...

function mouseUp(e) {
  if (pickeropen) showpicker();
}

function showpicker() {
  if ((MYColor) && (pickeropen)) { /// will move, not set.
}
function mouseDwn() {
  // echo(" ");
}

I mean, if you want something right.
That should be all the bugs from adding 4 pickers that can work on top.

happy coloring.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.