From db7bd28d2be72963c00c085b244e9ed6d768a77f Mon Sep 17 00:00:00 2001 From: Bibiko Date: Fri, 7 Jan 2011 13:26:44 +0000 Subject: =?UTF-8?q?=E2=80=A2=20added=20Default=20Bundle:=20Copy=20as=20JSO?= =?UTF-8?q?N=20=E2=80=A2=20after=20selecting=20a=20Bundle=20in=20the=20Bun?= =?UTF-8?q?dle=20Editor=20jump=20to=20the=20beginning=20of=20the=20command?= =?UTF-8?q?=20in=20order=20to=20avoid=20unstable=20display=20issue=20insid?= =?UTF-8?q?e=20the=20command=20textview?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPBundleEditorController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source') diff --git a/Source/SPBundleEditorController.m b/Source/SPBundleEditorController.m index de779e67..ce80acde 100644 --- a/Source/SPBundleEditorController.m +++ b/Source/SPBundleEditorController.m @@ -1291,7 +1291,7 @@ [touchedBundleArray addObject:oldBundleName]; [self _updateBundleDataView]; - + [commandTextView setSelectedRange:NSMakeRange(0,0)]; } - (BOOL)outlineView:(NSOutlineView *)outlineView shouldShowOutlineCellForItem:(id)item -- cgit v1.2.3