[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gambas-bugtracker] Bug #3187: children of TabPanel font Settings are ignored ... see attached


http://gambaswiki.org/bugtracker/edit?object=BUG.3187&from=L21haW4-

Comment #2 by Michael ALTROGGE:

Hmmmm ... i think it's not fixed ...


[System]
Gambas=3.21.99 69e602d (bruces-patched)

running the attached programm it is still not display font styles correct.

you closed this with https://gitlab.com/gambas/gambas/-/commit/b65b185519ab9aeb126fc3b5b01534e6b5e15773 (Creating a font from its string description works again like before) but thats not the issue because it dosn't matter if i use 
font["blahblubb,10"] 
or 
control.font.name="blahblubb"
control.font.size=10
control.font.bold=false
if the control is a child in the tabpanel these settings are ignored.



----[ Gambas bugtracker-list is hosted by https://www.hostsharing.net ]----