Changeset 107638 in vbox for trunk/src/VBox
- Timestamp:
- Jan 10, 2025 12:38:23 PM (9 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIMessageBox.cpp
r106061 r107638 414 414 const QString strFound = mt.captured(); 415 415 strNewText.replace(iPosition, strFound.size(), strFound.left(50) + "..." + strFound.right(50)); 416 fChangeAllowed = fChangeAllowed &&strText != strNewText;416 fChangeAllowed = strText != strNewText; 417 417 strText = strNewText; 418 418 mt = re.match(strText);
Note:
See TracChangeset
for help on using the changeset viewer.