mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-22 15:20:15 +02:00
Bug1202, again: Sliders in toolbars don't steal focus! ...
... However there is some code in class ASlider meant to draw focus border. But I verified that this had no effect on Mac, even in 2.1.1. So, still no border.
This commit is contained in:
parent
ba1b63a435
commit
4c40a913b7
@ -264,6 +264,8 @@ class ASlider /* not final */ : public wxPanel
|
||||
int orientation = wxHORIZONTAL);
|
||||
virtual ~ASlider();
|
||||
|
||||
bool AcceptsFocus() const override { return false; }
|
||||
|
||||
void GetScroll(float & line, float & page);
|
||||
void SetScroll(float line, float page);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user