Files
ResInsight/ApplicationLibCode
Kristian Bendiksen 6b333c1dd9 #10209 Plot: fix html axis title
Qwt uses Qt::mightBeRichText to determine if the axis title is rich text or not.
Qt::mightBeRichText is a simple heuristic which checks whether there is something
that looks like a tag before the first line break. See:
https://doc.qt.io/qt-6/qt-sub-qtgui.html#mightBeRichText

Fixed bug by using html br tag to have at least some html before breaking the line.

Fixes #10209.
2023-05-16 11:22:12 +02:00
..
2023-03-16 06:44:32 +01:00
2023-05-16 09:42:18 +02:00
2023-04-14 14:07:45 +02:00