mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-10-25 15:53:52 +02:00 
			
		
		
		
	Paul L's patch to remove the 'PlaybackCursor' that he introduced, along with a ststus bar message about it. Also fixes L/R cursors with a point selection.
This commit is contained in:
		| @@ -105,7 +105,6 @@ from there.  Audacity will look for a file called "Pause.png". | ||||
|    DEFINE_IMAGE( bmpBottomFrequencyCursor, wxImage( 32, 32 ), wxT("BottomFrequencyCursor")); | ||||
|    DEFINE_IMAGE( bmpTopFrequencyCursor, wxImage( 32, 32 ), wxT("TopFrequencyCursor")); | ||||
|    DEFINE_IMAGE( bmpBandWidthCursor, wxImage(32, 32), wxT("BandWidthCursor")); | ||||
|    DEFINE_IMAGE( bmpPlaybackCursor, wxImage(32, 32), wxT("PlaybackCursor")); | ||||
|  | ||||
|    SET_THEME_FLAGS(  resFlagNone  ); | ||||
|    DEFINE_IMAGE( bmpIBeam, wxImage( 27, 27 ), wxT("IBeam")); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user