Font In Main Window Randomly Changing

Jor'Mox
Posts: 1146
Joined: Wed Apr 03, 2013 2:19 am

Re: Font In Main Window Randomly Changing

Post by Jor'Mox »

I found the offending function that is causing the fonts to suddenly change. It is "setBackgroundColor". This simple example demonstrates the issue.
Code: [show] | [select all] lua
createMiniConsole("test1",0,0,0,0)
setBackgroundColor("test1",0,0,0,0) --> font change occurs upon execution of this line.

User avatar
Vadi
Posts: 5041
Joined: Sat Mar 14, 2009 3:13 pm

Re: Font In Main Window Randomly Changing

Post by Vadi »

Aha, thank you. I've filed it.

User avatar
Vadi
Posts: 5041
Joined: Sat Mar 14, 2009 3:13 pm

Re: Font In Main Window Randomly Changing

Post by Vadi »

Which OS are you on? Windows XP doesn't seem to show this.

Jor'Mox
Posts: 1146
Joined: Wed Apr 03, 2013 2:19 am

Re: Font In Main Window Randomly Changing

Post by Jor'Mox »

Mac OS X 10.8.4
Definitely happens for the main window and for miniConsoles.

User avatar
Heiko
Site Admin
Posts: 1548
Joined: Wed Mar 11, 2009 6:26 pm

Re: Font In Main Window Randomly Changing

Post by Heiko »

Can't be reproduced on Windows 7/8 and Debian SID.

Jor'Mox
Posts: 1146
Joined: Wed Apr 03, 2013 2:19 am

Re: Font In Main Window Randomly Changing

Post by Jor'Mox »

If you are testing with the newest code, then it is possible it may have been fixed. This is showing up in the most recent release (2.1) for me, I don't have anything newer to test on.

whachoe
Posts: 11
Joined: Fri Jun 14, 2013 11:34 pm

Re: Font In Main Window Randomly Changing

Post by whachoe »

yups. i'm on osx too. see the same in 2.1

Post Reply