pgAdmin III commit: Add an option to set the cursor colour

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Add an option to set the cursor colour
Date: 2010-10-14 11:33:39
Message-ID: 201010141133.o9EBXdDD024627@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2010-10-14 11:43:15 Re: Two quick patchs for the querytool
Previous Message Guillaume Lelarge 2010-10-14 10:53:29 Re: ru_translate fixes