| Summary: | application exits when trying to edit a "lookahead" widget | ||
|---|---|---|---|
| Product: | [Applications] kregexpeditor | Reporter: | Jesus Roncero <jesus> |
| Component: | general | Assignee: | Jesper Pedersen <blackie> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ana |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Jesus Roncero
2005-01-02 21:41:36 UTC
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.
|