Fix a layout bug in the graphical explain renderer that could render nodes on top of each other.
Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=5895bcfad68862cb8ac9a3fddffb42ef1aa573ab Author: Ashesh Vashi <[email protected]> Modified Files -------------- CHANGELOG | 2 ++ pgadmin/ctl/explainCanvas.cpp | 30 ++++++++++++++++++++---------- pgadmin/ctl/explainShape.cpp | 28 ++++++++++++++++++++++++++++ pgadmin/include/ctl/explainCanvas.h | 1 + 4 files changed, 51 insertions(+), 10 deletions(-) -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
