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

--- Comment #7 from nikola <nikola.knezevic....@gmail.com> ---
I don't know how to submit patch. The file is kis_slider_spin_box.cpp in
C:\dev\krita\libs\ui\widgets on my Windows platform. I hope somebody with more
knowledge will look further and test on various platforms and eventually patch.

Added line is marked commented with // ++

    //Make edit transparent
    d->edit->setAutoFillBackground(false);
    QPalette pal = d->edit->palette();
    pal.setColor(QPalette::Base, Qt::transparent);
    d->edit->setPalette(pal);
    d->edit->setContextMenuPolicy(Qt::PreventContextMenu); // ++
    connect(d->edit, SIGNAL(editingFinished()), this, SLOT(editLostFocus()));

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to