[LyX/master] Remove resolved FIXME

Juergen Spitzmueller spitz at lyx.org
Sun Feb 14 17:12:15 UTC 2021


commit 234c6b5c8b9f694c96c07d9c91e00a45cffb9ac0
Author: Juergen Spitzmueller <spitz at lyx.org>
Date:   Sun Feb 14 18:15:33 2021 +0100

    Remove resolved FIXME
---
 src/frontends/qt/GuiSearch.cpp |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/frontends/qt/GuiSearch.cpp b/src/frontends/qt/GuiSearch.cpp
index 2c298df..c9ddc57 100644
--- a/src/frontends/qt/GuiSearch.cpp
+++ b/src/frontends/qt/GuiSearch.cpp
@@ -299,7 +299,6 @@ void GuiSearch::updateSize()
 {
 	widget_->setFixedHeight(widget_->sizeHint().height());
 	if (widget_->isMinimized())
-		// FIXME still a bit too tall
 		setFixedHeight(widget_->sizeHint().height());
 	else {
 		// undo setFixedHeight


More information about the lyx-cvs mailing list