mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Multi page plot works
This commit is contained in:
@@ -139,7 +139,7 @@ std::vector<std::pair<QPoint, QString>> RiuAbstractLegendFrame::visibleLabels( c
|
||||
{
|
||||
const int textX = layout.tickEndX + layout.tickTextLeadSpace;
|
||||
|
||||
const double overlapTolerance = 1.1 * layout.charHeight;
|
||||
const double overlapTolerance = 1.2 * layout.charHeight;
|
||||
int lastVisibleTextY = 0;
|
||||
|
||||
std::vector<std::pair<QPoint, QString>> visibleTickLabels;
|
||||
|
||||
Reference in New Issue
Block a user