mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
Call 'perform' if the sender doesn't respond to performSegueWithIdentifier:'
This commit is contained in:
parent
9eb278c560
commit
b1d39649cb
1 changed files with 4 additions and 0 deletions
|
@ -208,6 +208,10 @@
|
|||
[_sender performSegueWithIdentifier: _identifier
|
||||
sender: _sender];
|
||||
}
|
||||
else
|
||||
{
|
||||
[_storyboardSegue perform];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue