| Summary: | If changing fonts application crashes when apply is pressed | ||
|---|---|---|---|
| Product: | [Applications] kmymoney | Reporter: | Chris <developerchris> |
| Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | git (master) | ||
| Target Milestone: | --- | ||
| Platform: | Microsoft Windows | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
This does not happen any more I can only assume a miscompile |
When changing fonts from system to a user selected font and then pressing apply kmymoney crashes with an access violation The violation occurs in the following code in qtgui.dll qwidget.cpp Line 2709 QStyle *QWidget::style() const { Q_D(const QWidget); if (d->extra && d->extra->style) <== access violation here return d->extra->style; return QApplication::style(); }