views:

35

answers:

0

Hi,

I have an NSSlider inside a view. That view is a subview of a view in my window. The window is movable by background and if I want to change the value of the NSSlider by dragging it around then my whole window will move. If I make my window unmovable by background then it works or if I put the NSSlider in the first view (not the subview of the view) then it works too...

You might ask why I have a view in a view; It's for my preferences window, the big view is empty and I add/remove my other views when the user changes my section of preferences.

Any ideas on how to fix this? Thanks!