Changeset 637
- Timestamp:
- Mar 5, 2010, 8:06:09 PM (15 years ago)
- Location:
- trunk/src/3rdparty/webkit/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/3rdparty/webkit/WebCore/WebCore.pro
r561 r637 31 31 TEMPLATE = lib 32 32 TARGET = QtWebKit 33 33 34 34 35 contains(QT_CONFIG, embedded):CONFIG += embedded -
trunk/src/3rdparty/webkit/WebCore/platform/qt/QWebPopup.cpp
r561 r637 57 57 void QWebPopup::hidePopup() 58 58 { 59 59 60 QWidget* activeFocus = QApplication::focusWidget(); 60 61 if (activeFocus && activeFocus == view() … … 66 67 } 67 68 } 69 68 70 69 71 QComboBox::hidePopup();
Note:
See TracChangeset
for help on using the changeset viewer.