@magic-xpa/gui 4.1000.0-dev4100.252 → 4.1000.0-dev4100.253
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -13879,7 +13879,7 @@ class MgFormBase extends GuiFormPropertyAdapter {
|
|
|
13879
13879
|
}
|
|
13880
13880
|
}
|
|
13881
13881
|
else {
|
|
13882
|
-
items.AddRange(await mgControl.
|
|
13882
|
+
items.AddRange(await mgControl.GetDisplayRange());
|
|
13883
13883
|
}
|
|
13884
13884
|
return MgFormBase.ConvertArrayListToString(items, false);
|
|
13885
13885
|
}
|