pdherbemont / Glasses

This is the next generation of VLC for Mac also called Lunettes.
http://wiki.github.com/pdherbemont/Glasses
206 stars 25 forks source link

Theme switching results in disabled menu bar items. #44

Closed gmthor closed 14 years ago

gmthor commented 14 years ago

I switched to the style black but now the style menu is grey and i can't switch to another style back.

gmthor commented 14 years ago

OK I figured out why it happens. If I want to switch the style I do the following. I want to get the focus of the currently playing video. I do this by clicking on the top bar ( the bar that hast the red/yellow/green button on the left) Then I go to view->style and there all options are grey ( not selectable ).

To be able to switch I actually need to click inside the window where the video is playing and if I go to the menu now, all options are selectable.

Does that make sense?

pdherbemont commented 14 years ago

Yes, that's a bug.

pdherbemont commented 14 years ago

VLCStyledVideoWindowView: Make sure we are the initial first responder.

Closed by 3ea7bc55e19a79dbec8a4a2fb9df12f657ac3a16.

pdherbemont commented 14 years ago

Should be fixed Thanks!