View | Details | Raw Unified | Return to bug 117115
Collapse All | Expand All

(-)src/widgets/qlineedit.cpp.old (+1 lines)
Lines 599-604 Link Here
599
	return;
599
	return;
600
    d->echoMode = mode;
600
    d->echoMode = mode;
601
    d->updateTextLayout();
601
    d->updateTextLayout();
602
    setInputMethodEnabled (mode == Normal);
602
    update();
603
    update();
603
}
604
}
604
605

Return to bug 117115