mirror of
				https://github.com/AlexandreRouma/SDRPlusPlus.git
				synced 2025-11-04 10:49:11 +01:00 
			
		
		
		
	Linux Bugfix
This commit is contained in:
		@@ -384,7 +384,7 @@ namespace SmGui {
 | 
			
		||||
 | 
			
		||||
        // Check the type of each element
 | 
			
		||||
        for (int i = 0; i < n; i++) {
 | 
			
		||||
            if (va_arg(args, DrawListElemType) != elements[firstId + i].type) {
 | 
			
		||||
            if (va_arg(args, int) != (int)elements[firstId + i].type) {
 | 
			
		||||
                va_end(args);
 | 
			
		||||
                return false;
 | 
			
		||||
            }
 | 
			
		||||
@@ -763,4 +763,4 @@ namespace SmGui {
 | 
			
		||||
    void ForceSyncForNext() {
 | 
			
		||||
        forceSyncForNext = true;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user