From: Julian Smart Date: Thu, 24 Sep 2009 13:54:31 +0000 (+0000) Subject: Applied #10828 (Hourglass in wxDocManager::OnPreview) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/841088129481b7bd5b4ab91c1a6a0886b6c1b4f1 Applied #10828 (Hourglass in wxDocManager::OnPreview) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62078 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/docview.cpp b/src/common/docview.cpp index b2ae02bdfe..99e7eb82eb 100644 --- a/src/common/docview.cpp +++ b/src/common/docview.cpp @@ -1112,6 +1112,7 @@ void wxDocManager::OnPrint(wxCommandEvent& WXUNUSED(event)) void wxDocManager::OnPreview(wxCommandEvent& WXUNUSED(event)) { #if wxUSE_PRINTING_ARCHITECTURE + wxBusyCursor busy; wxView *view = GetActiveView(); if (!view) return;