mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-11-03 23:53:55 +01:00 
			
		
		
		
	Merge remote-tracking branch 'dave/metadatacancel'
This commit is contained in:
		@@ -1365,6 +1365,9 @@ void TagsEditor::DoCancel(bool escKey)
 | 
			
		||||
      // To avoid memory leak, don't forget DecRef()!
 | 
			
		||||
      editor->DecRef();
 | 
			
		||||
      mGrid->HideCellEditControl();
 | 
			
		||||
#if defined(__WXMSW__)
 | 
			
		||||
      return;
 | 
			
		||||
#endif
 | 
			
		||||
   }
 | 
			
		||||
 | 
			
		||||
   auto focus = wxWindow::FindFocus();
 | 
			
		||||
 
 | 
			
		||||
@@ -142,7 +142,9 @@ class TagsEditor final : public wxDialogWrapper
 | 
			
		||||
 | 
			
		||||
   virtual ~TagsEditor();
 | 
			
		||||
 | 
			
		||||
#if !defined(__WXMSW__)
 | 
			
		||||
   bool IsEscapeKey(const wxKeyEvent& /*event*/) override { return false; }
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
   void PopulateOrExchange(ShuttleGui & S);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user