Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit88db5f7

Browse files
committed
MenuTalker: Fix typo in docs for topic_color_pressed
1 parentd2bb164 commit88db5f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎docs/attribute-reference.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1806,7 +1806,7 @@ <h4>MenuTalker</h4>
18061806

18071807
<p><strong>topic_color_hover</strong> |<code>color</code> | The color for topic text when highlighted.</p>
18081808

1809-
<p><strong>topic_color_normal</strong> |<code>color</code> | The color for topic text when clicked.</p>
1809+
<p><strong>topic_color_pressed</strong> |<code>color</code> | The color for topic text when clicked.</p>
18101810

18111811
<p><strong>trade_color_normal</strong> |<code>color</code> | The normal color for the "Trade" text.</p>
18121812

‎src/MenuTalker.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ MenuTalker::MenuTalker()
109109
elseif (infile.key =="topic_color_normal") topic_color_normal =Parse::toRGB(infile.val);
110110
// @ATTR topic_color_hover|color|The color for topic text when highlighted.
111111
elseif (infile.key =="topic_color_hover") topic_color_hover =Parse::toRGB(infile.val);
112-
// @ATTRtopic_color_normal|color|The color for topic text when clicked.
112+
// @ATTRtopic_color_pressed|color|The color for topic text when clicked.
113113
elseif (infile.key =="topic_color_pressed") topic_color_pressed =Parse::toRGB(infile.val);
114114

115115
// @ATTR trade_color_normal|color|The normal color for the "Trade" text.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp