Changeset 88516 in vbox
- Timestamp:
- Apr 15, 2021 7:50:51 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/helpbrowser/UIHelpViewer.cpp
r88499 r88516 955 955 if (!cursor.charFormat().isImageFormat()) 956 956 return; 957 /* Dont zoom into image if mouse button released after a mouse drag: */ 958 if (textCursor().hasSelection()) 959 return; 957 960 958 961 QTextImageFormat imageFormat = cursor.charFormat().toImageFormat();
Note:
See TracChangeset
for help on using the changeset viewer.