Changeset 2869 for trunk/src/netlabs/macros/wrap.e
- Timestamp:
- Jan 14, 2018, 6:56:30 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/netlabs/macros/wrap.e ¶
r2797 r2869 40 40 ; ReflowAll2ReflowMargins and defc ReflowPar2ReflowMargins. 41 41 defc ReflowmarginsInit 42 universal nepmd_hini43 42 universal reflowmargins 44 43 KeyPath = '\NEPMD\User\Reflow\MarginsItem' 45 i = NepmdQueryConfigValue( nepmd_hini,KeyPath)44 i = QueryConfigKey( KeyPath) 46 45 if i = 3 then 47 46 reflowmargins = .margins 48 47 else 49 48 KeyPath = '\NEPMD\User\Reflow\Margins'i 50 reflowmargins = NepmdQueryConfigValue( nepmd_hini,KeyPath)49 reflowmargins = QueryConfigKey( KeyPath) 51 50 endif 52 51
Note:
See TracChangeset
for help on using the changeset viewer.