mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Merge pull request #55114 from akien-mga/doc-makerst-theme_items
This commit is contained in:
@@ -947,7 +947,7 @@ def rstize_text(text, state): # type: (str, State) -> str
|
|||||||
print_error(
|
print_error(
|
||||||
"Unresolved theme item '{}', file: {}".format(param, state.current_class), state
|
"Unresolved theme item '{}', file: {}".format(param, state.current_class), state
|
||||||
)
|
)
|
||||||
ref_type = "_theme_item"
|
ref_type = "_theme_{}".format(class_def.theme_items[method_param].data_name)
|
||||||
|
|
||||||
elif cmd.startswith("signal"):
|
elif cmd.startswith("signal"):
|
||||||
if method_param not in class_def.signals:
|
if method_param not in class_def.signals:
|
||||||
|
|||||||
Reference in New Issue
Block a user