mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 13:17:00 -04:00
Change tabs to two spaces.
This commit is contained in:
@@ -13,9 +13,9 @@
|
||||
// ----------------------------------------------------------------------------- : SymbolEditorBase
|
||||
|
||||
void SymbolEditorBase::SetStatusText(const String& text) {
|
||||
control.parent->SetStatusText(text);
|
||||
control.parent->SetStatusText(text);
|
||||
}
|
||||
|
||||
void SymbolEditorBase::addAction(Action* action, bool allow_merge) {
|
||||
getSymbol()->actions.addAction(action, allow_merge);
|
||||
getSymbol()->actions.addAction(action, allow_merge);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user