Work on WM's sizing code, not quite complete yet
[tpg/acess2.git] / Usermode / Applications / axwin2_src / WM / decorator.c
index 3ab88e8..601f953 100644 (file)
@@ -35,7 +35,7 @@ void Decorator_RenderWidget(tElement *Element)
                        BOX_BORDER
                        );
                Video_FillRect(
-                       Element->CachedX, Element->CachedY,
+                       Element->CachedX+1, Element->CachedY+1,
                        Element->CachedW-2, Element->CachedH-2,
                        BOX_BGCOLOUR
                        );

UCC git Repository :: git.ucc.asn.au