Skip to content

Commit

Permalink
improve macro table
Browse files Browse the repository at this point in the history
  • Loading branch information
tuyenvm committed Aug 24, 2019
1 parent fd85aa6 commit 40a540a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/OpenKey/engine/Macro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ bool addMacro(const string& macroText, const string& macroContent) {
macroMap[key] = data;
} else { //edit this macro
macroMap[key].macroContent = macroContent;
convert(macroContent, macroMap[key].macroContentCode);
}
return true;
}
Expand Down

0 comments on commit 40a540a

Please sign in to comment.