mirror of
				https://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git
				synced 2023-10-10 17:16:51 +00:00 
			
		
		
		
	Fix bug: autocrop toggle didn't work.
This commit is contained in:
		| @@ -1039,7 +1039,7 @@ static void HandleHotkey(int code) | ||||
| 	    Skins.QueueMessage(mtInfo, tr("auto-crop enabled")); | ||||
| 	    break; | ||||
| 	case 25:			// toggle auto-crop | ||||
| 	    ConfigAutoCropEnabled ^= 1; | ||||
| 	    ConfigAutoCropEnabled = !ConfigAutoCropEnabled; | ||||
| 	    // no interval configured, use some default | ||||
| 	    if (!ConfigAutoCropInterval) { | ||||
| 		ConfigAutoCropInterval = 50; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user