Fix the invisible column in dlgEditGridOptions The fix is rather a workaround. In wxGTK, GetClientSize() doesn't seem appropriately set in the dlgEditGridOptions window. So, we "fix" the right column size if it gets wrong.
Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=a6f26fd91ecf4c94cbd625d0dcdb8816d81c5947 Author: Steffen Kuhn <[email protected]> Modified Files -------------- CHANGELOG | 1 + pgadmin/dlg/dlgEditGridOptions.cpp | 5 +++++ 2 files changed, 6 insertions(+), 0 deletions(-) -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
