CLIM mail archive
[Prev][Next][Index][Thread]
Re: SCIGRAPH question
> I tried a few quick things to get around the problem (mostly testing for a >
> fully-merged-text-style and calling stream-current-text-style). Does
> anyone else out there have a solution for this one?
I've encountered the same problem and used the following hack for
setting the text style to a merged text style:
(setf (slot-value pane 'clim::current-text-style)
(slot-value pane 'clim::merged-text-style))
Nothing spectacular but it worked.
Hallvard
Main Index |
Thread Index