iOS: correctly refresh screen after resize
This commit is contained in:
parent
28f69ac0a3
commit
7e7c096327
@ -376,6 +376,9 @@
|
||||
{
|
||||
// associate view with session
|
||||
[_session_view setSession:session];
|
||||
|
||||
// issue an update (this might be needed in case we had a resize for instance)
|
||||
[_session_view setNeedsDisplay];
|
||||
}
|
||||
|
||||
- (void)session:(RDPSession*)session needsRedrawInRect:(CGRect)rect
|
||||
|
Loading…
Reference in New Issue
Block a user