File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -68,12 +68,12 @@ class RTreeMapElement : public RElement {
68
68
}
69
69
70
70
/* * Default action is to draw the treemap */
71
- EActionKind GetDefaultAction () const override { return kActDraw6 ; /* temporary, replace with kActDraw7; */ }
71
+ EActionKind GetDefaultAction () const override { return kActDraw7 ; }
72
72
73
73
/* * Check if visualization is capable of being drawn */
74
74
bool IsCapable (EActionKind kind) const override
75
75
{
76
- return kind == kActDraw6 ;
76
+ return kind == kActDraw6 || kind == kActDraw7 ;
77
77
}
78
78
79
79
/* * Create item with TreeMap icon */
@@ -476,4 +476,3 @@ class RNTupleBrowseProvider : public RProvider {
476
476
~RNTupleBrowseProvider () override { RegisterNTupleFunc (nullptr ); }
477
477
478
478
} newRNTupleBrowseProvider;
479
-
You can’t perform that action at this time.
0 commit comments