File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1338,7 +1338,7 @@ const FrameInteractive = {
13381338
13391339 fp . setLastEventPos ( pnt ) ;
13401340 } else if ( ! this . v7_frame && ( ( kind == "x" ) || ( kind == "y" ) || ( kind == "z" ) ) ) {
1341- exec_painter = this . getMainPainter ( ) ; // histogram painter delivers items for axis menu
1341+ exec_painter = this . getMainPainter ( true ) ; // histogram painter delivers items for axis menu
13421342 }
13431343 } else if ( kind == 'painter' && obj ) {
13441344 // this is used in 3D context menu to show special painter
@@ -2412,7 +2412,7 @@ class TFramePainter extends ObjectPainter {
24122412 /** @summary Fill context menu for the frame
24132413 * @desc It could be appended to the histogram menus */
24142414 fillContextMenu ( menu , kind , obj ) {
2415- let main = this . getMainPainter ( ) ,
2415+ let main = this . getMainPainter ( true ) ,
24162416 pp = this . getPadPainter ( ) ,
24172417 pad = pp ? pp . getRootPad ( true ) : null ;
24182418
You can’t perform that action at this time.
0 commit comments