mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
Fix border color
This commit is contained in:
@@ -172,7 +172,7 @@ public class FLabel extends FDisplayObject {
|
|||||||
}
|
}
|
||||||
else if (opaque) {
|
else if (opaque) {
|
||||||
g.fillGradientRect(d10, l20, true, 0, 0, w, h);
|
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) {
|
else if (selectable) {
|
||||||
g.drawRect(1, l10, 0, 0, w, h);
|
g.drawRect(1, l10, 0, 0, w, h);
|
||||||
|
|||||||
Reference in New Issue
Block a user