bug-gnustep
[Top][All Lists]
Advanced

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

[bug #24709] Miniaturize and Close button off-center


From: Fred Kiefer
Subject: [bug #24709] Miniaturize and Close button off-center
Date: Sun, 11 Jan 2009 21:34:52 +0000
User-agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.9 (like Gecko) SUSE

Update of bug #24709 (project gnustep):

             Assigned to:                    None => FredKiefer             

    _______________________________________________________

Follow-up Comment #13:

I played with the line:

  y = floorf(aPoint.y);

at CairoGState.m:1280 and replacing it with

  y = floorf(aPoint.y + 0.5);

gives better results for these icons. But I will need to figure out why this
is better and what is the real instruction that belongs here. It could as well
be ceilf or roundf or perhaps depend on the flipped state of the view. And
what does that mean for all the other floorf calls with y coordinates?

Any help with this would be apreciated.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?24709>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/






reply via email to

[Prev in Thread] Current Thread [Next in Thread]