remedied issue #66

This commit is contained in:
joten 2016-05-15 14:05:27 +02:00
parent d2998c9cbc
commit d445c61fa3
2 changed files with 12 additions and 1 deletions

BIN
bugn.exe

Binary file not shown.

View File

@ -450,10 +450,21 @@ Manager_moveWindow() {
}
Manager_onDisplayChange(a, wParam, uMsg, lParam) {
Global
Debug_logMessage("DEBUG[1] Manager_onDisplayChange( a: " . a . ", uMsg: " . uMsg . ", wParam: " . wParam . ", lParam: " . lParam . " )", 1)
MsgBox, 0x4, , Would you like to reset the monitor configuration?
MsgBox, 291, , % "Would you like to reset the monitor configuration?`n'No' will only rearrange all active views.`n'Cancel' will result in no change."
IfMsgBox Yes
Manager_resetMonitorConfiguration()
Else IfMsgBox No
{
Loop, % Manager_monitorCount {
View_arrange(A_Index, Monitor_#%A_Index%_aView_#1)
Bar_updateView(A_Index, Monitor_#%A_Index%_aView_#1)
}
Bar_updateStatus()
Bar_updateTitle()
}
}
/*