[Kmymoney-devel] [kmymoney4] [Bug 332802] New: If changing fonts application crashes when apply is pressed

Chris developerchris at rebel.com.au
Sun Mar 30 12:24:50 UTC 2014


https://bugs.kde.org/show_bug.cgi?id=332802

            Bug ID: 332802
           Summary: If changing fonts application crashes when apply is
                    pressed
    Classification: Unclassified
           Product: kmymoney4
           Version: git master
          Platform: MS Windows
                OS: MS Windows
            Status: UNCONFIRMED
          Severity: crash
          Priority: NOR
         Component: general
          Assignee: kmymoney-devel at kde.org
          Reporter: developerchris at rebel.com.au

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();
}

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the KMyMoney-devel mailing list