Bug 4424 - Table draws a stray pixel in top left corner (1FS9QBQ)
Summary: Table draws a stray pixel in top left corner (1FS9QBQ)
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 2.0   Edit
Hardware: All Linux
: P4 normal (vote)
Target Milestone: ---   Edit
Assignee: Steve Northover CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-11 14:16 EDT by Andre Weinand CLA
Modified: 2002-05-15 21:27 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andre Weinand CLA 2001-10-11 14:16:34 EDT
AW (23.03.00 15:50:41)
	SWT 0.39 Motif:
	The Motif Table widget draws a stray pixel in the top left corner.
	I've send a screenshot to KH & KR.

JM (3/23/00 10:04:23 AM) - The stray pixel is actually the focus proxy, which
	is a 1x1 widget of some kind (button?).

SN (3/23/00 11:33:01 AM)
	This is unfortunate but I don't think there's anything we can do about it now.

AW (23.03.00 18:28:46)
	How about setting the highlightThickness to 0?

JM (03/23/00 16:14:22) - Verified that this works.
	However, the idea of Knut having Motif-specific code in his tree is new.

SN (3/23/00 5:15:36 PM)
	I am surprised that this works.  Show me.  Could it be that you just set
	the color of the single pixel widget to match the background?

	McQ (2/2/01 1:14:42 PM) -
		We could remove the focus widget once forceFocus() works on Linux.
		SN to investigate.
Comment 1 Steve Northover CLA 2002-05-15 21:27:16 EDT
Stray pixel has been gone for a while.  Control.forceFocus() has been working 
for a while on Linux.