mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-19 00:51:51 +00:00
* ChangeLog: Moved to here top level of project.
* Documentation/ChangeLog: Removed from here... * Modules/Editors/ProjectCenter/PCEditor.m: Corrected an issue in the windowDidResignKey: method which was making the window the first responder. This was preventing Find from working properly. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@26933 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bb3decbb48
commit
6a3279d598
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
2008-10-18 18:18-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* ChangeLog: Moved to here top level of project.
|
||||
* Documentation/ChangeLog: Removed from here...
|
||||
* Modules/Editors/ProjectCenter/PCEditor.m: Corrected an issue in the
|
||||
windowDidResignKey: method which was making the window the first
|
||||
responder. This was preventing Find from working properly.
|
||||
|
||||
2008-02-20 Sergii Stoian <stoyan255@gmail.com>
|
||||
|
||||
* Framework/PCProjectBuilder.m:
|
|
@ -755,7 +755,7 @@
|
|||
{
|
||||
if ([[aNotification object] isEqual:_window] && [_window isVisible])
|
||||
{
|
||||
[_window makeFirstResponder:_window];
|
||||
[_window makeFirstResponder:_extEditorView];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue