From 84f650da7824e1600479b54a4b75d56e9e59e06b Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Mon, 8 Feb 2021 11:35:16 -0500 Subject: small fix --- main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/main.c b/main.c index 976593f..4570486 100644 --- a/main.c +++ b/main.c @@ -574,7 +574,6 @@ int main(int argc, char **argv) { node_frame(ted, node, rect4(x1, y1, x2, y2)); if (ted->find) { find_menu_frame(ted); - if (ted->find) y2 -= find_menu_height(ted); } } else { text_utf8_anchored(font, "Press Ctrl+O to open a file or Ctrl+N to create a new one.", -- cgit v1.2.3