Home
last modified time | relevance | path

Searched hist:"6 af520e2a9e2f5e5c0c92c91ac71db69c7168964" (Results 1 – 1 of 1) sorted by relevance

/haiku/src/kits/interface/
H A DControlLook.cpp6af520e2a9e2f5e5c0c92c91ac71db69c7168964 Sun Dec 22 03:44:03 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> BControlLook::DrawLabel(): Fix off-by-one error

* BFont::TruncateString() expects a pixel count (as opposed to a pixel
distance). That would cause a tightly fitting string to be truncated.
* Round the result of StringWidth() to avoid drawing at a non-integer
location.