Fixes Code Viewer widget height calculation
Some checks failed
Build and Test / build-linux (push) Has been cancelled
Build and Test / build-wayland (push) Has been cancelled
Build and Test / build-macos (push) Has been cancelled
Build and Test / build-windows (push) Has been cancelled

This commit is contained in:
Matthias Melcher
2025-12-28 23:15:30 +01:00
parent 17eaeeda92
commit 2fb67053a1
2 changed files with 17 additions and 4 deletions

View File

@@ -86,7 +86,7 @@ public:
NORMAL_CURSOR, /**< I-beam */
CARET_CURSOR, /**< caret under the text */
DIM_CURSOR, /**< dim I-beam */
BLOCK_CURSOR, /**< unfille box under the current character */
BLOCK_CURSOR, /**< unfilled box under the current character */
HEAVY_CURSOR, /**< thick I-beam */
SIMPLE_CURSOR /**< as cursor as Fl_Input cursor */
};