mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-12 15:11:09 +02:00
Stop flicker of Grabbers.
This commit is contained in:
parent
6387b74a98
commit
4565703c50
@ -32,6 +32,7 @@ around to NEW positions.
|
||||
#include "../Experimental.h"
|
||||
|
||||
#include "../AColor.h"
|
||||
#include "../AllThemeResources.h"
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
/// Methods for Grabber
|
||||
@ -60,6 +61,7 @@ Grabber::Grabber(wxWindow * parent, wxWindowID id)
|
||||
mOver = false;
|
||||
mPressed = false;
|
||||
mAsSpacer = false;
|
||||
SetBackgroundColour( theTheme.Colour( clrMedium ) );
|
||||
|
||||
/* i18n-hint: A 'Grabber' is a region you can click and drag on
|
||||
It's used to drag a track around (when in multi-tool mode) rather
|
||||
|
Loading…
x
Reference in New Issue
Block a user