Skip to content

Commit

Permalink
fix initial alpha of cursor line
Browse files Browse the repository at this point in the history
  • Loading branch information
scheffle committed Dec 26, 2023
1 parent 6b1f8d6 commit 43e7d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vstgui/lib/ctexteditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ struct TextEditorView : public CView,
STB_TexteditState editStateOnMouseDown {};
bool mouseIsDown {false};
bool cursorIsVisible {false};
float cursorAlpha {1.f};
float cursorAlpha {0.f};

mutable Lines::const_iterator stbInternalIterator;

Expand Down

0 comments on commit 43e7d44

Please sign in to comment.