QLabel#freq0, QLabel#freq1, QLabel#freq2, QLabel#freq3{
font: "Sans Serif" bold 9px;
}
I will have a look.for example if the pV is entered with 2500 it does not catch.
m_screenSizeX = m_baSizeX+2*4;
m_screenSizeY = m_baSizeY+2*4;
It would be nice to see how it looks in SR8 in your system and what is the diference.I am using 0.4.15-SR8. The problem is still present.
It should work with 2*4, indeed the wrong part is 2*10.Try to compare files logicanalizer.cpp and oscope.cpp. Why is there different constant in the same part of the source code?
This works in your current system, but might not work in other systems.If I change it from 2*4 to 2*10 and recompile it the osciloscope is painted correctly.
Yes, that's what it's intended to be.In fact I don't know what the Basic X a Basic Y mean. I gess that it is size of the black area for waveforms.
That's because the 2*10 used in Logic Analizer, used to match the widths of both components.If I am right that it is strange that the Basic X a Basic Y values are the some for osciloscope and logic analyzer, but the area is bigger at logic analyzer. I expected that they should be also the same. They are not the same even under Windows 10.
Permissions in this forum:
You cannot reply to topics in this forum