Problem is this GLPPrinterPopper morph is using the balloon color but not it assorted text color!

Replace:
        textColor: self theme textColor;

with
    textColor: self theme balloonTextColor;

It should be fixed.


GLPPrinterPopper>>initializeTextMorph
    textMorph := RubScrolledTextMorph new.
    textMorph
        beReadOnly;
        beWrapped;
        textFont: self theme textFont;
        textColor: self theme textColor;
        backgroundColor: BalloonMorph balloonColor.


Le 09/05/2018 à 12:08, Hilaire a écrit :
Part of the the problem here is using a tooltip to do something else! Printing the result of of printit as tooltips but it should be another widget, eventually subclassed.

Hilaire

--
Dr. Geo
http://drgeo.eu



Reply via email to