added missing check for remote app where no floatbar exists
authorMarkus Mattes <markus@mmattes.de>
Thu, 18 Oct 2018 13:33:01 +0000 (15:33 +0200)
committerMarkus Mattes <markus@mmattes.de>
Thu, 18 Oct 2018 13:33:01 +0000 (15:33 +0200)
client/X11/xf_client.c

index 50a0111..8e1503c 100644 (file)
@@ -1572,7 +1572,7 @@ static DWORD WINAPI xf_client_thread(LPVOID param)
                        nCount += tmp;
                }
 
-               if (xfc->floatbar && xfc->fullscreen)
+               if (xfc->floatbar && xfc->fullscreen && !xfc->remote_app)
                        xf_floatbar_hide_and_show(xfc);
 
                waitStatus = WaitForMultipleObjects(nCount, handles, FALSE, INFINITE);