mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-14 12:35:22 +02:00
Fix SystemFilterStringPropertyPage.setEditable()
This commit is contained in:
parent
89a03bcb5a
commit
c5e7b6cc3a
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ public class SystemFilterStringPropertyPage extends SystemBasePropertyPage imple
|
||||||
*/
|
*/
|
||||||
public void setEditable(boolean editable)
|
public void setEditable(boolean editable)
|
||||||
{
|
{
|
||||||
editable = false;
|
this.editable = editable;
|
||||||
}
|
}
|
||||||
|
|
||||||
// lifecyle methods...
|
// lifecyle methods...
|
||||||
|
|
Loading…
Add table
Reference in a new issue