Skip to content

Commit

Permalink
Add note about disabling of main window
Browse files Browse the repository at this point in the history
To not try to correct this again... :)
  • Loading branch information
Infocatcher committed Apr 17, 2014
1 parent 039bcfa commit 9a1d6de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cryptExt.js
Original file line number Diff line number Diff line change
Expand Up @@ -4783,6 +4783,8 @@ function _passwordPrompt(caption, label, modal, decryptObj, cryptorObj) {
function controlsEnabled(val) {
enabled(hWndOK, val);
hWndApply && enabled(hWndApply, val);
// Note: main window will be inaccessible anyway
// (and all user actions will be applied after all our operations)
!modal && enabled(hMainWnd, val);
}
function updateControls() {
Expand Down

0 comments on commit 9a1d6de

Please sign in to comment.