mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-14 14:41:28 +00:00
Added CPCib import in CPTableView.j
Fix warning in NSNib.j
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
|
||||
@import "CPDragServer_Constants.j"
|
||||
@import "CGGradient.j"
|
||||
@import "CPCib.j"
|
||||
@import "CPCompatibility.j"
|
||||
@import "CPControl.j"
|
||||
@import "CPImageView.j"
|
||||
|
||||
@@ -87,7 +87,7 @@ CPLogRegister(CPLogConsole)
|
||||
column = [tableView columnForView:sender],
|
||||
identifier = [[[tableView tableColumns] objectAtIndex:column] identifier];
|
||||
|
||||
CPLog.debug(_cmd + " from " + sender + " row = " + row + " column = " + column);
|
||||
CPLog.debug(_cmd + " from " + sender + " row = " + row + " column = " + column + " value = " + [sender intValue]);
|
||||
content[row][identifier] = [sender doubleValue];
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
@import <AppKit/CPCib.j>
|
||||
@import "Converter.j"
|
||||
@class Converter
|
||||
|
||||
var FILE = require("file"),
|
||||
OS = require("os"),
|
||||
|
||||
Reference in New Issue
Block a user