mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
Remove forgotten patch
This commit is contained in:
parent
9d806ebc1c
commit
d26e4bd9de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335539
@ -1,14 +0,0 @@
|
||||
--- gui/graphing/BudgetingWindow.cpp.orig
|
||||
+++ gui/graphing/BudgetingWindow.cpp
|
||||
@@ -120,7 +120,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
+#if defined(QWT_VERSION) && QWT_VERSION>=0x060100
|
||||
+ const QwtScaleDiv * div = &widget.qwtPlot->axisScaleDiv( QwtPlot::xBottom );
|
||||
+#else
|
||||
QwtScaleDiv * div = widget.qwtPlot->axisScaleDiv( QwtPlot::xBottom );
|
||||
+#endif
|
||||
div->setInterval( 0, drawer->count() );
|
||||
widget.qwtPlot->setAxisMaxMajor( QwtPlot::xBottom, drawer->count() );
|
||||
|
Loading…
Reference in New Issue
Block a user