Skip to content

Commit 6748ba9

Browse files
committed
Add missing import in RPavePainter
1 parent b713537 commit 6748ba9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/hist/RPavePainter.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { floatToString, makeTranslate } from '../base/BasePainter.mjs';
33
import { RObjectPainter } from '../base/RObjectPainter.mjs';
44
import { ensureRCanvas } from '../gpad/RCanvasPainter.mjs';
55
import { addDragHandler } from '../gpad/TFramePainter.mjs';
6+
import { createMenu } from '../gui/menu.mjs';
67

78

89
const ECorner = { kTopLeft: 1, kTopRight: 2, kBottomLeft: 3, kBottomRight: 4 };

0 commit comments

Comments
 (0)