From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24268 invoked by alias); 6 May 2002 21:13:01 -0000 Mailing-List: contact insight-prs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-prs-owner@sources.redhat.com Received: (qmail 24236 invoked by uid 71); 6 May 2002 21:13:00 -0000 Resent-Date: 6 May 2002 21:13:00 -0000 Resent-Message-ID: <20020506211300.24235.qmail@sources.redhat.com> Resent-From: insight-gnats@sources.redhat.com (GNATS Filer) Resent-To: nobody@sources.redhat.com Resent-Cc: insight-prs@sources.redhat.com Resent-Reply-To: insight-gnats@sources.redhat.com, craig@triscend.com Received:(qmail 21754 invoked by uid 61); 6 May 2002 21:04:33 -0000 Message-Id:<20020506210433.21753.qmail@sources.redhat.com> Date: Mon, 06 May 2002 14:13:00 -0000 From: craig@triscend.com Reply-To: craig@triscend.com To: insight-gnats@sources.redhat.com X-Send-Pr-Version:gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: insight/142: Selected cells in register window on Windows hosts hard to read X-SW-Source: 2002-q2/txt/msg00011.txt.bz2 List-Id: >Number: 142 >Category: insight >Synopsis: Selected cells in register window on Windows hosts hard to read >Confidential: no >Severity: non-critical >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Mon May 06 14:13:00 PDT 2002 >Closed-Date: >Last-Modified: >Originator: craig@triscend.com >Release: unknown-1.0 >Organization: >Environment: Windows 2000/Cygwin >Description: Selected cells are displayed as black text on a dark blue backgound, on windows hosts. This is very hard to see. >How-To-Repeat: >Fix: See attached patch file for regwin.itb >Release-Note: >Audit-Trail: >Unformatted: ----gnatsweb-attachment---- Content-Type: text/plain; name="regwin.itb.pat" Content-Disposition: inline; filename="regwin.itb.pat" Index: gdb/gdbtk/library/regwin.itb =================================================================== RCS file: /cvs/src/src/gdb/gdbtk/library/regwin.itb,v retrieving revision 1.15 diff -c -p -r1.15 regwin.itb *** gdb/gdbtk/library/regwin.itb 5 Mar 2002 22:22:19 -0000 1.15 --- gdb/gdbtk/library/regwin.itb 6 May 2002 20:45:50 -0000 *************** body RegWin::_build_win {} { *** 148,154 **** -background [pref get gdb/font/highlight_bg] $itk_component(table) tag raise highlight $itk_component(table) tag configure sel \ ! -foreground [pref get gdb/font/select_fg] $itk_component(table) tag configure header \ -foreground [pref get gdb/font/header_fg] \ -background [pref get gdb/font/header_bg] \ --- 148,155 ---- -background [pref get gdb/font/highlight_bg] $itk_component(table) tag raise highlight $itk_component(table) tag configure sel \ ! -foreground [pref get gdb/font/select_fg] \ ! -background [pref get gdb/font/select_bg] $itk_component(table) tag configure header \ -foreground [pref get gdb/font/header_fg] \ -background [pref get gdb/font/header_bg] \