2
0
Эх сурвалжийг харах

Disabled filters for 'Save' for RequestFile for quickfix for saveas on macos

Mark Sibly 8 жил өмнө
parent
commit
5f89a9b0b3

+ 1 - 1
modules/std/requesters/native/requesters_macos.mm

@@ -101,7 +101,7 @@ bbString bbRequesters::RequestFile( bbString title,bbString filter,bbBool save,b
 	NSMutableArray *nsfilter=0;
 	bool allowOthers=true;
 
-	if( filter.length() ){
+	if( filter.length() && !save ){
 	
 		nsfilter=[NSMutableArray arrayWithCapacity:10];