epics-modules / motor

APS BCDA synApps module: motor
https://epics-modules.github.io/motor/
20 stars 48 forks source link

empty "composite" widget in motorx_all.adl #125

Closed prjemian closed 5 years ago

prjemian commented 5 years ago

This empty "composite" widget in motorx_all.adl remains unnoticed by all except software that wants to convert .adl to some other format. It cannot possibly serve any useful GUI purpose since it is drawn at the extremes of any display, and only 1 pixel square.

composite {
    object {
        x=-2147483647
        y=2147483496
        width=1
        height=1
    }
    "composite name"=""
    children {
    }
}