Skip to content
This repository was archived by the owner on Nov 25, 2023. It is now read-only.

Commit d993380

Browse files
committed
Call PrepareEZLayout with the revision ID
1 parent 8a515f5 commit d993380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InvvardDev.EZLayoutDisplay.Desktop/Service/Implementation/LayoutService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public EZLayout PrepareEZLayout(ErgodoxLayout ergodoxLayout, string layoutRevisi
5858
Logger.TraceMethod();
5959

6060
var ezLayoutMaker = new EZLayoutMaker();
61-
EZLayout ezLayout = ezLayoutMaker.PrepareEZLayout(ergodoxLayout);
61+
EZLayout ezLayout = ezLayoutMaker.PrepareEZLayout(ergodoxLayout, layoutRevisionIds);
6262

6363
return ezLayout;
6464
}

0 commit comments

Comments
 (0)