Skip to content
Snippets Groups Projects
Commit 63c48f4c authored by Dongyue Mou's avatar Dongyue Mou
Browse files

added comment into the code

parent ee31417b
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,12 @@ public class NamedCommentedPropertySection extends PropertySectionBase {
public void createControls(Composite parent, TabbedPropertySheetPage aTabbedPropertySheetPage) {
super.createControls(parent, aTabbedPropertySheetPage);
List bugfix1 = new List(parent, SWT.NONE);
/*
* TODO: workaround for bug #1863@af3-redmine & #383750@eclipse-bug-tracker
* if the first control in a multi-tab property view is a list, the bug will not be
* triggered.
*/
new List(parent, SWT.NONE);
nameText = createFormText("Name");
commentText = createFormText("Comment");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment