mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-10-31 22:23:54 +01:00 
			
		
		
		
	Highlight active AButtons when hover over, not just the toggle buttons. Fixes issue for small and large buttons. Paul L's patch. No impact on manual. Not tracked in Bugzilla.
This commit is contained in:
		| @@ -196,7 +196,7 @@ AButton::AButtonState AButton::GetState() | ||||
|             state = mButtonIsDown ? AButtonOver : AButtonDown; | ||||
|          } | ||||
|          else { | ||||
|             state = mButtonIsDown ? AButtonDown : AButtonUp; | ||||
|             state = mButtonIsDown ? AButtonDown : AButtonOver; | ||||
|          } | ||||
|       } | ||||
|    } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user