Upon reflection, decided to just omit the cursor box when generating
an SVG plot.
This commit is contained in:
parent
581ad6041b
commit
a066f01bb2
|
|
@ -277,7 +277,9 @@ CmdPlot(w, cmd)
|
||||||
/* the window border widgets from the rendered display. */
|
/* the window border widgets from the rendered display. */
|
||||||
window->w_flags &= ~(WIND_SCROLLABLE | WIND_SCROLLBARS | WIND_CAPTION
|
window->w_flags &= ~(WIND_SCROLLABLE | WIND_SCROLLBARS | WIND_CAPTION
|
||||||
| WIND_BORDER);
|
| WIND_BORDER);
|
||||||
|
DBWHLRemoveClient(DBWDrawBox); // Prevent drawing the cursor box
|
||||||
GrTCairoPlotSVG(cmd->tx_argv[2], window);
|
GrTCairoPlotSVG(cmd->tx_argv[2], window);
|
||||||
|
DBWHLAddClient(DBWDrawBox); // Restore drawing the cursor box
|
||||||
window->w_flags = flags;
|
window->w_flags = flags;
|
||||||
return;
|
return;
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue