Skip to content
  • David Faure's avatar
    Fix useless space on the right (where the clear button would be) and too early wrapping/squeezing · eb04f673
    David Faure authored
    when a KLineEdit is made readonly via a QLineEdit pointer
    (example: combo->lineEdit()->setReadOnly(true), in kdepim/libkdepim/kcheckcombobox.cpp).
    setReadOnly is *not* virtual in QLineEdit, so KLineEdit has to handle becoming readonly without being told so.
    
    Aaron, does this look ok to you? I'll backport the fix, if you agree.
    CCMAIL: aseigo@kde.org
    
    svn path=/trunk/KDE/kdelibs/; revision=1164731
    eb04f673