View Issue Details

IDProjectCategoryView StatusLast Update
0004099MMW v4Now Playingpublic2007-12-07 12:46
ReporterLudek Assigned To 
PriorityimmediateSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version3.0 
Fixed in Version3.0 
Summary0004099: Now Playing window re-appears when skin is changed
DescriptionReported here
http://www.mediamonkey.com/forum/viewtopic.php?t=22978
and seems to be reproducable.

1. Start MM with visibled Now Playing window.
2. Close Now Playing window
3. Go to options, change skin
=> Now playing window re-appears although it was disabled.

Note: This doesn't happen when you start MM with invisibled Now Playing window.
TagsNo tags attached.
Fixed in build1114

Activities

Ludek

2007-12-07 00:05

developer   ~0012329

I found the root of the problem, the problem is in
SwitchPlayer()
more exactly these two lines cause the problem:

if not APlaylistVisible.Checked and ShowPlaylist then
  APlaylistVisible.Execute;

, but this is Petr's code and I'm not able to find out why the code is there, because the ShowPlaylist and APlaylistVisible.Checked should be always equal.

Assigning to Petr for clarification and correction.

petr

2007-12-07 00:27

developer   ~0012330

Fixed in 1114.

peke

2007-12-07 12:46

developer   ~0012335

verified 1114