pgAdmin III commit: Add an option to set the cursor colour - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Add an option to set the cursor colour
Date
Msg-id 201010141133.o9EBXdDD024627@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Add an option to set the cursor colour

This option allows the user to set the colour of the cursor. It's really
important if you change the background colour, so that the cursor is still
visible.

Implements #253.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=59c46ed4ff95c99b1b34c278c0e544318c3d44b1

Modified Files
--------------
pgadmin/ctl/ctlSQLBox.cpp           |    2 ++
pgadmin/frm/frmOptions.cpp          |    7 +++++++
pgadmin/include/utils/sysSettings.h |    3 +++
pgadmin/ui/frmOptions.xrc           |   35 ++++++++++++++++++++++++++++++++++-
4 files changed, 46 insertions(+), 1 deletions(-)


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: ru_translate fixes
Next
From: Guillaume Lelarge
Date:
Subject: Re: Two quick patchs for the querytool