Hello,
Someone forgot the code to restore the position of the form
"frmOptions." Patch attached.
Anyway, I think that this form should always appear in the center of the
screen. No?
>From 28674c71e52550031d096f4c5c439f05d970957c Mon Sep 17 00:00:00 2001
From: Vinicius Santos <[email protected]>
Date: Tue, 18 Oct 2011 20:57:39 -0200
Subject: [PATCH] frmOptions
---
pgadmin/frm/frmOptions.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pgadmin/frm/frmOptions.cpp b/pgadmin/frm/frmOptions.cpp
index d9d1a3b..e35d6b8 100644
--- a/pgadmin/frm/frmOptions.cpp
+++ b/pgadmin/frm/frmOptions.cpp
@@ -260,7 +260,7 @@ frmOptions::frmOptions(frmMain *parent)
// Icon
SetIcon(*properties_png_ico);
- //RestorePosition();
+ RestorePosition();
wxAcceleratorEntry entries[1];
--
1.7.4.msysgit.0
--
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers