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@kde.org
          Reporter: developerch...@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.
_______________________________________________
KMyMoney-devel mailing list
KMyMoney-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmymoney-devel

Reply via email to