mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 12:55:44 +00:00
* DBModeler/MainModelEditor.m: Implement -viewSelectedObject
calling _activateSelection. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@27997 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8951705303
commit
958ecfbb25
2 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-02-27 Matt Rice <ratmice@gmail.com>
|
||||
|
||||
* DBModeler/MainModelEditor.m: Implement -viewSelectedObject
|
||||
calling _activateSelection.
|
||||
|
||||
2009-02-26 Matt Rice <ratmice@gmail.com>
|
||||
|
||||
* EOInterface/EODisplayGroup.m:
|
||||
|
|
|
@ -212,6 +212,12 @@
|
|||
[super activate];
|
||||
}
|
||||
|
||||
- (void) viewSelectedObject
|
||||
{
|
||||
[self _activateSelection];
|
||||
[super viewSelectedObject];
|
||||
}
|
||||
|
||||
- (void) _activateSelection
|
||||
{
|
||||
id selection;
|
||||
|
|
Loading…
Reference in a new issue