This commit is contained in:
fgerlits 2006-10-27 14:51:07 +00:00
parent 21ab9f2930
commit 2290edbd00
1 changed files with 1 additions and 1 deletions

View File

@ -203,6 +203,7 @@ MasterPanelWindow :: MasterPanelWindow (Ptr<GLiveSupport>::Ref gLiveSupport,
set_default_size(width, -1); set_default_size(width, -1);
move(0, 0); move(0, 0);
set_decorated(false); set_decorated(false);
set_keep_above(true);
set_name(windowName); set_name(windowName);
// set the localized resources // set the localized resources
@ -777,7 +778,6 @@ MasterPanelWindow :: setNowPlaying(Ptr<Playable>::Ref playable)
throw () throw ()
{ {
nowPlayingWidget->setPlayable(playable); nowPlayingWidget->setPlayable(playable);
present(); // this moves the global keyboard focus to the master panel
} }