Changes to ButtonClasses.cld and ExpandAll.cld
parent
6fd4d8b24e
commit
9e1f49ce86
8194
ButtonClasses.cld
8194
ButtonClasses.cld
File diff suppressed because it is too large
Load Diff
|
@ -720,8 +720,8 @@
|
|||
<constraint>
|
||||
<height>-1</height>
|
||||
<width>-1</width>
|
||||
<x>687</x>
|
||||
<y>362</y>
|
||||
<x>657</x>
|
||||
<y>338</y>
|
||||
</constraint>
|
||||
<sourceConnections/>
|
||||
<targetConnections>
|
||||
|
@ -2017,8 +2017,8 @@
|
|||
<constraint>
|
||||
<height>-1</height>
|
||||
<width>-1</width>
|
||||
<x>501</x>
|
||||
<y>364</y>
|
||||
<x>1058</x>
|
||||
<y>373</y>
|
||||
</constraint>
|
||||
<sourceConnections/>
|
||||
<targetConnections/>
|
||||
|
@ -3646,8 +3646,8 @@
|
|||
<constraint>
|
||||
<height>-1</height>
|
||||
<width>-1</width>
|
||||
<x>87</x>
|
||||
<y>1171</y>
|
||||
<x>1054</x>
|
||||
<y>13</y>
|
||||
</constraint>
|
||||
<sourceConnections/>
|
||||
<targetConnections/>
|
||||
|
|
|
@ -186,6 +186,8 @@ public class TreeView extends View implements ContextProvider, ActionProvider {
|
|||
isAntialiasing = REGISTRY.get("antial", false);
|
||||
model.setHideAncestorsIDs(REGISTRY.get("hide.ancestors", new ArrayList<String>()));
|
||||
model.setHideDescendantsIDs(REGISTRY.get("hide.descendants", new ArrayList<String>()));
|
||||
//Where we might put our code to clear if the button is pressed
|
||||
|
||||
|
||||
// setup child components
|
||||
contentRenderer = new ContentRenderer();
|
||||
|
|
Loading…
Reference in New Issue