Fix border color

This commit is contained in:
drdev
2014-03-07 00:05:59 +00:00
parent d03c9d0e44
commit 6a10cce6ca

View File

@@ -172,7 +172,7 @@ public class FLabel extends FDisplayObject {
}
else if (opaque) {
g.fillGradientRect(d10, l20, true, 0, 0, w, h);
g.drawRect(1, d50, 0, 0, w, h);
g.drawRect(1, d10, 0, 0, w, h);
}
else if (selectable) {
g.drawRect(1, l10, 0, 0, w, h);