Skip to content

Commit 9bb5d93

Browse files
authored
Merge pull request #440 from albert-github/feature/bug_docu
Documentation error
2 parents 56af4eb + ba1155e commit 9bb5d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/TextReader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ namespace openshot
119119
TextReader(int width, int height, int x_offset, int y_offset, GravityType gravity, std::string text, std::string font, double size, std::string text_color, std::string background_color);
120120

121121
/// Draw a box under rendered text using the specified color.
122-
/// @param text_background_color The background color behind the text
122+
/// @param color The background color behind the text
123123
void SetTextBackgroundColor(std::string color);
124124

125125
/// Close Reader

0 commit comments

Comments
 (0)