Store/retrieve custom colours in colour picker We don't set the custom colours a user could record. This patch adds this ability by setting the custom colours before opening the standard dialog and by storing the colours if the user clicked OK.
Implements #247. Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=2ce707f8ff20101bdba4d4c37dce42bced8c4fc0 Modified Files -------------- pgadmin/ctl/ctlColourPicker.cpp | 8 ++++++++ pgadmin/include/utils/sysSettings.h | 4 ++++ 2 files changed, 12 insertions(+), 0 deletions(-) -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
