From 2290edbd00d1e8520676f497d4a7238ab53bb8da Mon Sep 17 00:00:00 2001 From: fgerlits Date: Fri, 27 Oct 2006 14:51:07 +0000 Subject: [PATCH] fixing #1880 --- campcaster/src/products/gLiveSupport/src/MasterPanelWindow.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/campcaster/src/products/gLiveSupport/src/MasterPanelWindow.cxx b/campcaster/src/products/gLiveSupport/src/MasterPanelWindow.cxx index f52890812..b0f1e392d 100644 --- a/campcaster/src/products/gLiveSupport/src/MasterPanelWindow.cxx +++ b/campcaster/src/products/gLiveSupport/src/MasterPanelWindow.cxx @@ -203,6 +203,7 @@ MasterPanelWindow :: MasterPanelWindow (Ptr::Ref gLiveSupport, set_default_size(width, -1); move(0, 0); set_decorated(false); + set_keep_above(true); set_name(windowName); // set the localized resources @@ -777,7 +778,6 @@ MasterPanelWindow :: setNowPlaying(Ptr::Ref playable) throw () { nowPlayingWidget->setPlayable(playable); - present(); // this moves the global keyboard focus to the master panel }