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:
parent
ac5c884286
commit
ede3252c71
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue