ChannelSlider now sends notifications while being dragged, thus allowing the volume to be manipulated in realtime from the media prefs, rather than on mouseup only. Fixes ticket #3338.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29151 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -121,7 +121,7 @@ virtual void _Reserved_BChannelSlider_7(void* , ...);
|
||||
uint32 _reserved_[12];
|
||||
|
||||
void _InitData();
|
||||
void _FinishChange();
|
||||
void _FinishChange(bool update = false);
|
||||
void _UpdateFontDimens();
|
||||
void _DrawThumbs();
|
||||
void _DrawGrooveFrame(BView* where, const BRect& area);
|
||||
|
||||
Reference in New Issue
Block a user