Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
High
-
Resolution: Fixed
-
Affects Version/s: 6.08/00
-
Fix Version/s: 6.10/00
-
Component/s: Core Libraries
-
Labels:None
-
Environment:
Arch Linux x86_64
GCC 6.2.1
-
Development:
Description
Hello,
right clicking on a ROOT object (say an instance of TH1D) and selecting "DrawClone" from the context menu does not seem to work anymore.
Steps to reproduce:
Draw a canvas with any histogram, graph, ... (does not matter as far as I can tell)
Click "File -> New Canvas" from the menu.
Middle click in the new canvas
Right click your histogram and select "DrawClone", leave Options empty.
Expected result:
Histogram clone is drawn in the new canvas
Actual result:
Nothing happens / the draw happens in the original canvas.