mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-24 21:55:29 +00:00
Now, on C-S-f, only the findWA cursor remains visible and blinking, as it should be
(formerly, the replaceWA cursor used to remain visible but non-blinking). git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32673 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7a0c8c7df8
commit
c1cd1fbe28
@ -258,7 +258,8 @@ void FindAndReplaceWidget::on_replaceallPB_clicked()
|
||||
|
||||
void FindAndReplaceWidget::showEvent(QShowEvent * /* ev */)
|
||||
{
|
||||
replace_work_area_->redraw();
|
||||
view_.currentMainWorkArea()->redraw();
|
||||
replace_work_area_->setFocus();
|
||||
find_work_area_->setFocus();
|
||||
view_.setCurrentWorkArea(find_work_area_);
|
||||
LYXERR(Debug::FIND, "Selecting entire find buffer");
|
||||
|
Loading…
Reference in New Issue
Block a user