We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1906255 commit 6d36bbfCopy full SHA for 6d36bbf
include/lsp-plug.in/tk/widgets/specific/AudioEnvelope.h
@@ -225,7 +225,7 @@ namespace lsp
225
LSP_TK_PROPERTY(Color, fill_color, &sFillColor);
226
LSP_TK_PROPERTY(Integer, point_size, &sPointSize);
227
LSP_TK_PROPERTY(Color, point_color, &sPointColor);
228
- LSP_TK_PROPERTY(Color, point_hover, &sPointHoverColor);
+ LSP_TK_PROPERTY(Color, point_hover_color, &sPointHoverColor);
229
230
LSP_TK_PROPERTY(SizeConstraints, constraints, &sConstraints);
231
LSP_TK_PROPERTY(Color, color, &sColor);
0 commit comments