This is the mail archive of the insight-prs@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

insight/142: Selected cells in register window on Windows hosts hard to read



>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] \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]