Only use native wxAppProgressIndicator in wxOSX/Cocoa port.
It's not implemented for Carbon nor iOS.
This commit is contained in:
		| @@ -31,7 +31,7 @@ private: | ||||
|  | ||||
| #if defined(__WXMSW__) && wxUSE_TASKBARBUTTON | ||||
|     #include "wx/msw/appprogress.h" | ||||
| #elif defined(__WXOSX__) | ||||
| #elif defined(__WXOSX_COCOA__) | ||||
|     #include "wx/osx/appprogress.h" | ||||
| #else | ||||
|     class wxAppProgressIndicator : public wxAppProgressIndicatorBase | ||||
|   | ||||
		Reference in New Issue
	
	Block a user