Page 1 of 1
Compilation error svn 13413
Posted: Wed Oct 08, 2014 7:10 am
by Hains
svn 13413 (Fix the bad rendering of text on OSX)
src/widget/meter.cpp vergotten ; at line 1136
dc = &bufDC
should be:
dc = &bufDC;
Wron title in topic.
Posted: Wed Oct 08, 2014 7:13 am
by Hains
Hallo moderator.
My last topic should be titled : - Compilation error svn 13413- in stead of my password.
Sorry.
Re: Wron title in topic.
Posted: Wed Oct 08, 2014 9:06 am
by waxcylinder
I fixed this for you before approving the post - so rest assured it was never publicly seen
WC
Re: Compilation error svn 13413
Posted: Wed Oct 08, 2014 10:08 am
by Gale Andrews
Hains wrote:svn 13413 (Fix the bad rendering of text on OSX)
src/widget/meter.cpp vergotten ; at line 1136
dc = &bufDC
should be:
dc = &bufDC;
Thanks for the report. The same fix has now been posted on the developers' list.
Gale