Don't disable wxID_PRINT_SETUP even when there is no active document.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 31 May 2010 14:59:08 +0000 (14:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 31 May 2010 14:59:08 +0000 (14:59 +0000)
commitb27367a5bd7a2e1d88f03b0f1931672ae92219ec
treef6075832e6f7dc8eba94483fe65554207dce62d2
parent6c4da6d6111f3d8df5efdffb3aa3bf4c9b4d1d05
Don't disable wxID_PRINT_SETUP even when there is no active document.

Printer can be setup without active document, remove the EVT_UPDATE_UI handler
for wxID_PRINT_SETUP.

See #11394.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64452 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/docview.cpp