[Gambas-user] FreeMono Font Segfault

Tobias Boege taboege at ...626...
Mon Aug 20 00:11:20 CEST 2012


On Sat, 11 Aug 2012, Beno?t Minisini wrote:
> Le 31/07/2012 16:32, Tobias Boege a ?crit :
> > On Mon, 30 Jul 2012, Beno??t Minisini wrote:
> >> Le 30/07/2012 20:53, Tobias Boege a ??crit :
> >>> Hi Beno???t,
> >>>
> >>> I have one potential bug from Hans pending for some weeks now - I could not
> >>> reproduce the others from him when I finally brought myself to boot this
> >>> slow graphical Ubuntu from USB this afternoon...
> >>>
> >>> One (potential) bug, however was reproducable, though. There is nothing
> >>> special on the Form, just one TextEdit and a Button to trigger the action.
> >>> As you can see, I have used Qt:
> >>>
> >>> tobias at ...1008...:~/Gambas3_Projekte/test$ cat .src/FMain.class
> >>> ' Gambas class file
> >>>
> >>> Public Sub Button1_Click()
> >>>     TextEdit1.Format.Alignment = Align.Center
> >>>     TextEdit1.Format.Color = Color.Red
> >>>     TextEdit1.Format.Background = Color.LightGray
> >>>     TextEdit1.Format.Font = Font["FreeMono"]
> >>> End
> >>
> >> Can you send me your little project by mail anyway?
> >>
> >> --
> >> Beno??t Minisini
> >>
> >
> > Of course. Here it is.
> >
> 
> The bug should be fixed in revision #5027.
> 
> Regards,
> 
> -- 
> Beno?t Minisini
> 

Yes, here too.




More information about the User mailing list