git-svn-id: svn://svn.ijw.co.nz/svn/OpenRa@1245 993157c7-ee19-0410-b2c4-bb4e9862e678
This commit is contained in:
@@ -32,7 +32,7 @@ namespace OpenRa.Game
|
||||
public static Region Create(Viewport v, DockStyle d, int size, MethodInvoker f)
|
||||
{
|
||||
Point topLeft = new Point(0, 0);
|
||||
Point bottomRight = new Point(v.ClientSize);
|
||||
Point bottomRight = new Point(v.Width, v.Height);
|
||||
|
||||
Size s = MakeSize(v, d, size);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user