mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-10 20:57:11 +00:00
clickedRow should be -1 initially, remove leftover setTheme.
This commit is contained in:
@@ -323,6 +323,7 @@ CPTableViewFirstColumnOnlyAutoresizingStyle = 5;
|
||||
{
|
||||
_tableViewFlags = 0;
|
||||
_lastSelectedRow = -1;
|
||||
_clickedRow = -1;
|
||||
|
||||
_selectedColumnIndexes = [CPIndexSet indexSet];
|
||||
_selectedRowIndexes = [CPIndexSet indexSet];
|
||||
@@ -665,10 +666,6 @@ NOT YET IMPLEMENTED
|
||||
/*!
|
||||
@ignore
|
||||
*/
|
||||
- (void)setThemeState:(int)aState
|
||||
{
|
||||
}
|
||||
|
||||
/*!
|
||||
Returns the intercell spacing in a CGSize object.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user