Ticket #7408: patch2.diff
File patch2.diff, 562 bytes (added by , 13 years ago) |
---|
-
src/kits/interface/Window.cpp
3200 3203 // we notify the input server if we are passing focus 3201 3204 // from a view which has the B_INPUT_METHOD_AWARE to a one 3202 3205 // which does not, or vice-versa 3203 if (notifyInputServer ) {3206 if (notifyInputServer && fActive) { 3204 3207 bool inputMethodAware = false; 3205 3208 if (focusView) 3206 3209 inputMethodAware = focusView->Flags() & B_INPUT_METHOD_AWARE;