Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P0: Blocker
-
Resolution: Done
-
Affects Version/s: 5.3.0
-
Fix Version/s: 5.3.1
-
Component/s: GUI: Font handling
-
Labels:None
-
Environment:Mac OS X 10.10 DP (build 14A238x)
-
Platform/s:
-
Commits:abcea1c5f06b2ea0428e08a3a71f08d39c29c2fd
Description
The following code:
QFont font = QToolTip::font();
QFontMetrics metrics = QFontMetrics(font);
int width = metrics.width(text);
cause an assertion to fail and subsequent SIGABRT on OS X 10.10 DP.
Attachments
Issue Links
- is required for
-
QTBUG-39093 Issues to be fixed for Qt 5.3.1
-
- Closed
-