From 497a0c7c9d30fe60763f54982b96b2cec8fa649a Mon Sep 17 00:00:00 2001 From: Bibiko Date: Fri, 29 Oct 2010 12:50:12 +0000 Subject: =?UTF-8?q?=E2=80=A2=20Field=20Editor=20sheet=20-=20fixed=20some?= =?UTF-8?q?=20inconsistencies=20regarding=20window=20-=20first=20humble=20?= =?UTF-8?q?trials=20to=20get=20rid=20of=20the=20Find=20Panel=20inside=20th?= =?UTF-8?q?e=20editTextView=20--=20it=20seems=20that=20the=20problem=20is?= =?UTF-8?q?=20that=20NSTextFinder=20internally=20validates=20all=20buttons?= =?UTF-8?q?=20against=20[[NSApp=20mainWindow]=20firstResponder]=20=3D=3D?= =?UTF-8?q?=20NSTextView=20;=20in=20our=20case=20the=20[[NSApp=20mainWindo?= =?UTF-8?q?w]=20firstResponder]=20is=20the=20calling=20SPCopyTable=20objec?= =?UTF-8?q?t=20--=20set=20a=20possible=20visible=20Find=20Panel=20to=20[te?= =?UTF-8?q?xtFinderPanel=20setWorksWhenModal:YES]=20inside=20the=20modal?= =?UTF-8?q?=20session=20;=20by=20doing=20so=20the=20controls=20are=20avail?= =?UTF-8?q?able=20via=20keyboard=20and=20mouse=20but=20NOT=20the=20buttons?= =?UTF-8?q?=20--=20work=20on=20it=20will=20be=20continued?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPFieldEditorController.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/SPFieldEditorController.h') diff --git a/Source/SPFieldEditorController.h b/Source/SPFieldEditorController.h index 12342fea..af914f82 100644 --- a/Source/SPFieldEditorController.h +++ b/Source/SPFieldEditorController.h @@ -130,6 +130,8 @@ IBOutlet NSTextField *bitSheetBitLabel48; IBOutlet NSTextField *bitSheetBitLabel56; + id usedSheet; + id sheetEditData; BOOL editSheetWillBeInitialized; BOOL _isBlob; -- cgit v1.2.3