forked from mirrors/linphone-iphone
Merge branch 'new_ui' of git://git.linphone.org/linphone-iphone
This commit is contained in:
commit
6de8b68597
1 changed files with 2 additions and 2 deletions
|
|
@ -294,7 +294,7 @@
|
|||
}
|
||||
|
||||
- (void)showOptions{
|
||||
[optionsButton setEnabled:TRUE];
|
||||
[optionsButton setSelected:TRUE];
|
||||
if([optionsView isHidden]) {
|
||||
CGRect frame = [optionsView frame];
|
||||
int original_y = frame.origin.y;
|
||||
|
|
@ -317,7 +317,7 @@
|
|||
}
|
||||
|
||||
- (void)hideOptions{
|
||||
[optionsButton setEnabled:FALSE];
|
||||
[optionsButton setSelected:FALSE];
|
||||
if(![optionsView isHidden]) {
|
||||
CGRect frame = [optionsView frame];
|
||||
int original_y = frame.origin.y;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue