sugarlabs / Pippy

Pippy allows the student to examine, execute, and modify simple Python programs. In addition it is possible to write Python statements to play sounds, calculate expressions, or make simple text based interactive games.
GNU General Public License v2.0
11 stars 34 forks source link

Replace Gdk.color_parse with Gdk.RGBA #62

Closed chimosky closed 6 years ago

chimosky commented 6 years ago

@quozl kindly review.

quozl commented 6 years ago

Thanks. Reviewed. Plenty more of those; Calculate, Chart, Develop, Distance, Log, Memorize, Paint, Record, Ruler, Stopwatch, Terminal and elsewhere in Pippy.

Now pippy_app.py has a check for a new VTE API before using Gdk.RGBA. Is there a specific VTE API you are testing?

https://github.com/sugarlabs/Pippy/blob/master/pippy_app.py#L406

chimosky commented 6 years ago

TBH I didn't see that, I'll close this. Thanks.