[Pkg-kde-bugs-fwd] [Bug 96185] application exits when trying to edit a "lookahead" widget

Jesper Pedersen 96185@bugs.kde.org
2 Jan 2005 21:15:19 -0000


------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
        
http://bugs.kde.org/show_bug.cgi?id=96185        
blackie kde org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From blackie kde org  2005-01-02 22:15 -------
Well it shouldn't be editable at all, so the right fix is to override findWidgetToEdit to say:

RegExpWidget* LookAheadWidget::findWidgetToEdit( QPoint globalPos )
{
    return _child->findWidgetToEdit( globalPos );
}

Thanks for reporting.