Skip to content

Commit

Permalink
forget to migrate tableColumn to Spec 2
Browse files Browse the repository at this point in the history
  • Loading branch information
CafeKrem committed Jul 2, 2019
1 parent 5457570 commit e821256
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,11 @@ SycRefactoringPreview >> initializeWidgets [

table
addColumn:
((CheckBoxTableColumn evaluated: [ :x | selectedRefactorings at: x ])
((SpCheckBoxTableColumn evaluated: [ :x | selectedRefactorings at: x ])
onActivation: [ :class | self toggleSelectionOf: class ];
onDesactivation: [ :class | self toggleSelectionOf: class ];
width: 20);
addColumn: (StringTableColumn evaluated: #name);
addColumn: (SpStringTableColumn evaluated: #name);
hideColumnHeaders.

diffPresenter disable.
Expand Down

0 comments on commit e821256

Please sign in to comment.