Changeset 677
- Timestamp:
- Mar 11, 2010, 11:11:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qwidget.cpp
r651 r677 10471 10471 ic = focusWidget->d_func()->inputContext(); 10472 10472 if (ic) { 10473 if (on && hasFocus() && ic->focusWidget() != focusWidget && isEnabled() ) {10473 if (on && hasFocus() && ic->focusWidget() != focusWidget && isEnabled() 10474 10474 && focusWidget->testAttribute(Qt::WA_InputMethodEnabled)) { 10475 10475 ic->setFocusWidget(focusWidget);
Note:
See TracChangeset
for help on using the changeset viewer.