Обсуждение: 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
Дата:
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 <ashesh.vashi@enterprisedb.com>

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(-)