Skip to content

Commit

Permalink
Table cells are now not editable by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Munn committed Sep 5, 2012
1 parent 9b362b6 commit 2285386
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MonoKit.iOS/UI/Elements/Element.cs
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ public virtual bool GetCanEdit()
{
return this.CanEdit(this);
}
return true;

return false;
}

protected void OnPropertyChanged(string propertyName)
Expand Down

0 comments on commit 2285386

Please sign in to comment.