mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 15:04:11 +00:00
Removed warnings, added XY-plot data next to cursor
This commit is contained in:
parent
37bd9a0435
commit
1b003cc481
7 changed files with 65 additions and 25 deletions
|
|
@ -99,7 +99,7 @@ void TracePlot::contextMenuEvent(QContextMenuEvent *event)
|
|||
|
||||
void TracePlot::paintEvent(QPaintEvent *event)
|
||||
{
|
||||
|
||||
Q_UNUSED(event)
|
||||
auto pref = Preferences::getInstance();
|
||||
QPainter p(this);
|
||||
// p.setRenderHint(QPainter::Antialiasing);
|
||||
|
|
@ -172,6 +172,7 @@ void TracePlot::mousePressEvent(QMouseEvent *event)
|
|||
|
||||
void TracePlot::mouseReleaseEvent(QMouseEvent *event)
|
||||
{
|
||||
Q_UNUSED(event)
|
||||
selectedMarker = nullptr;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue