mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2025-01-12 00:40:32 +08:00
bugfixed string conversion method
This commit is contained in:
parent
145da4b191
commit
fa02055b9d
@ -56,7 +56,7 @@ QString JKQTPCADrawMode2String(JKQTPCADrawMode pos) {
|
||||
case JKQTPCADMTicksTickLabels: return "ticks+labels";
|
||||
case JKQTPCADMTicks: return "ticks";
|
||||
case JKQTPCADMLineTicksTickLabels: return "line+ticks+labels";
|
||||
case JKQTPCADMTickLabelsAxisLabel: return "ticks+axislabel";
|
||||
case JKQTPCADMTickLabelsAxisLabel: return "labels+axislabel";
|
||||
case JKQTPCADMTickLabels: return "labels";
|
||||
case JKQTPCADMLineTicks: return "line+ticks";
|
||||
case JKQTPCADMLine: return "line";
|
||||
|
Loading…
Reference in New Issue
Block a user