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(-) -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
