Ticket #7408: patch2.diff

File patch2.diff, 562 bytes (added by X512, 13 years ago)
  • src/kits/interface/Window.cpp

     
    32003203    // we notify the input server if we are passing focus
    32013204    // from a view which has the B_INPUT_METHOD_AWARE to a one
    32023205    // which does not, or vice-versa
    3203     if (notifyInputServer) {
     3206    if (notifyInputServer && fActive) {
    32043207        bool inputMethodAware = false;
    32053208        if (focusView)
    32063209            inputMethodAware = focusView->Flags() & B_INPUT_METHOD_AWARE;