Skip to content

Commit 6d36bbf

Browse files
committed
Fixed method to obtain property name
1 parent 1906255 commit 6d36bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/lsp-plug.in/tk/widgets/specific/AudioEnvelope.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ namespace lsp
225225
LSP_TK_PROPERTY(Color, fill_color, &sFillColor);
226226
LSP_TK_PROPERTY(Integer, point_size, &sPointSize);
227227
LSP_TK_PROPERTY(Color, point_color, &sPointColor);
228-
LSP_TK_PROPERTY(Color, point_hover, &sPointHoverColor);
228+
LSP_TK_PROPERTY(Color, point_hover_color, &sPointHoverColor);
229229

230230
LSP_TK_PROPERTY(SizeConstraints, constraints, &sConstraints);
231231
LSP_TK_PROPERTY(Color, color, &sColor);

0 commit comments

Comments
 (0)