| 100 | if (!macro->wndInput.active()) |
| 101 | { |
| 102 | macro->wndInfo.update_fromName(); |
| 103 | macro->wndInput.wnd = macro->wndInfo.wnd; |
| 104 | if (!macro->wndInput.wnd) macro->wndInput.wnd = (macro->wndInfo = QiFn::WindowSelection()).wnd; |
| 105 | if (!macro->wndInput.wnd) |
| 106 | { |
| 107 | Qi::popText->Popup("窗口失效"); |
| 108 | return; |