pgAdmin III commit: Fix a layout bug in the graphical explain renderer
pgAdmin III commit: Fix a layout bug in the graphical explain renderer
От:
Dave Page <dpage@pgadmin.org>
Дата:
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 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(-)