On 7/18/10, [email protected] wrote: > Revision: 11231 > > http://warzone2100.svn.sourceforge.net/warzone2100/?rev=11231&view=rev > Author: zarelsl > Date: 2010-07-18 23:38:56 +0000 (Sun, 18 Jul 2010) > > Log Message: > ----------- > Fix bug #1994 - hack some `#ifdef`s to fix text alignment issues relating to > using different fonts in OSX and Windows. Bug is fixed less hackily in trunk, > but it's not the kind of change I want to introduce to a stable branch. > > Modified Paths: > -------------- > branches/2.3/lib/widget/editbox.c > branches/2.3/src/console.c > branches/2.3/src/intdisplay.c >
The way you did it here is with magic numbers, that can't possibly work with whatever font the user picks... I also don't recall any tickets about this issue before, so what changed ? What exactly is the hack part of it in trunk ? It just looks like you are using the same font as the rest of us have been using for a very long time. _______________________________________________ Warzone-dev mailing list [email protected] https://mail.gna.org/listinfo/warzone-dev
