show busy cursor in wxLaunchDefaultBrowser and add a new flag to avoid it (#9678)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54558 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -572,7 +572,8 @@ WXDLLIMPEXP_BASE void wxQsort(void *const pbase, size_t total_elems,
|
||||
// flags for wxLaunchDefaultBrowser
|
||||
enum
|
||||
{
|
||||
wxBROWSER_NEW_WINDOW = 1
|
||||
wxBROWSER_NEW_WINDOW = 0x01,
|
||||
wxBROWSER_NOBUSYCURSOR = 0x02
|
||||
};
|
||||
|
||||
// Launch url in the user's default internet browser
|
||||
|
Reference in New Issue
Block a user