mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 13:08:08 +00:00
Bug fix for video window moving around on windows.
This commit is contained in:
parent
bf149410ea
commit
aa59596411
1 changed files with 2 additions and 1 deletions
|
|
@ -231,7 +231,8 @@ static void set_video_controls_position(GtkWidget *video_window){
|
|||
}
|
||||
|
||||
static gboolean video_window_moved(GtkWidget *widget, GdkEvent *event, gpointer user_data){
|
||||
set_video_controls_position(widget);
|
||||
/*Workaround to Video window bug on Windows. */
|
||||
/* set_video_controls_position(widget); */
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue