pgAdmin III commit: Fix wxWidgets 2.9 compatibility with pgAdmin on Lin - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Fix wxWidgets 2.9 compatibility with pgAdmin on Lin
Date
Msg-id E1S3OXu-0006Bd-6p@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix wxWidgets 2.9 compatibility with pgAdmin on Linux

We had an issue with a global variable with a constructor (see
http://www.wxwidgets.org/develop/standard.htm#no_globals for details).

We had a wxFont instance as global or static variable in the code
(hdFontAttribute.h). The patch fixes that.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=0639eebe05ad1f7b1e07a8b28f7650799d093734
Author: Akshay Joshi <akshay.joshi@enterprisedb.com>

Modified Files
--------------
CHANGELOG                                          |    2 ++
.../dd/dditems/handles/ddSouthTableSizeHandle.cpp  |    2 +-
.../figures/defaultAttributes/hdFontAttribute.cpp  |   11 ++++++++---
pgadmin/hotdraw/figures/hdSimpleTextFigure.cpp     |    2 +-
pgadmin/hotdraw/main/hdDrawingEditor.cpp           |    2 +-
pgadmin/hotdraw/main/hdDrawingView.cpp             |    4 ++--
.../figures/defaultAttributes/hdFontAttribute.h    |    3 ++-
pgadmin/pgAdmin3.cpp                               |    2 ++
8 files changed, 19 insertions(+), 9 deletions(-)


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: Fixed pgAdmin3 issues/asserts
Next
From: Alexander LAW
Date:
Subject: Re: Pgadmin Website Translation to Russian