¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

[winfldigi] fldigi 4.2.06 posted at


 

¿ªÔÆÌåÓý

Thank you for the bug report Graeme.? I confirm that this is occuring and will do further testing and coding to correct the problem.

David, W1HKJ

On 10/16/24 04:50, G Davidson wrote:

Hi David,
?
Thank you for your ongoing efforts!
?
I little observation since updating to this version. The waterfall colour scheme seems no longer to be honoured after changing it from default, closing and re-launching fldigi. The correct pallete is opened on launch but the colour scheme remains the default one.

In the example below blue1.pal is saved in the config and displays/renders correctly at the time of configuring but on restarting Fldigi, blue1.pal is loaded but the palette is not blue1.pal
?



Thanks in advance for any assistance!
?
--
Graeme


 

Dave,
?
I'm testing 4.2.06 this morning, and find that the FSQ monitor window is a different color (orange?).? It was off-white before, the same color as the RX Text window, which is what I prefer, but I can not find any option to change the color.
?
Looking at src/fsq/fsq_monitor.cxx, lines 77 and 85, there is a "0.98" multiplier included in the color settings.? If I remove the "0.98 *" from the code, I get back the appearance I had before, which I think is much nicer.? Here are the lines I modified (shown here unmodified):
?
77? ? ? ? ? ? fsq_monitor->color( 0.98 * RGBCOLOR( RxColor ), RGBCOLOR( RxTxSelectcolor ) );
...
85??? ? ? ? ? fsq_que->color( 0.98 * RGBCOLOR( RxColor ), RGBCOLOR( RxTxSelectcolor ) );
?
Is there a particular reason that it should be darkened as you have it?
?
73,
-Joe-
K0OG