1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 14:15:23 +02:00

More logs.

Change-Id: I906f43975c2c4c3f4b81f38fcee4cb82227423eb
This commit is contained in:
Doug Schaefer 2017-07-11 14:23:53 -04:00
parent ac5c884286
commit ede3252c71

View file

@ -137,6 +137,7 @@ public abstract class CSelector extends Composite {
public CSelector(Composite parent, int style) {
super(parent, style);
Activator.log(new Throwable(getClass().getName() + " created"));
setBackground(getDisplay().getSystemColor(SWT.COLOR_LIST_BACKGROUND));
GridLayout mainButtonLayout = new GridLayout();