Skip to content

Commit b6607b4

Browse files
committed
Fix - add missing method to pave painter
Required due to backport of vertical/horizontal toggling
1 parent 0b0dc5a commit b6607b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/hist/TPavePainter.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -938,6 +938,9 @@ class TPavePainter extends ObjectPainter {
938938
});
939939
}
940940

941+
/** @summary Returns true if palette drawn in vertical direction */
942+
isPaletteVertical() { return this._palette_vertical; }
943+
941944
/** @summary draw color palette with axis */
942945
drawPaletteAxis(s_width, s_height, arg) {
943946
const palette = this.getObject(),

0 commit comments

Comments
 (0)