Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -307,17 +307,6 @@ public WidgetProperty<?> getProperty(String name) throws IllegalArgumentExceptio
return super.getProperty(name);
}

@Override
public Macros getEffectiveMacros()
{
final Macros macros = new Macros(super.getEffectiveMacros());

// Legacy "Linking Container" defined a "Linking Container ID" macro.
macros.add("LCID", getID());

return macros;
}

/** @return 'file' property */
public WidgetProperty<String> propFile()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ font_files=examples:font.def
# * Must start with character
# * May then contain characters or numbers
# * May also contain underscores
#
macros=<EXAMPLE_MACRO>Value from Preferences</EXAMPLE_MACRO><TEST>true</TEST>
Comment thread
kasemir marked this conversation as resolved.
# E.g.
# macros=<EXAMPLE_MACRO>Value from Preferences</EXAMPLE_MACRO><TEST>true</TEST>
macros=


# Timeout [ms] for loading files: Displays, but also color, font, widget class files
Expand Down