Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix an issue with the canvas editor when the canvas is embedded #12477

Merged
merged 9 commits into from Mar 15, 2023

Commits on Mar 10, 2023

  1. Fix an issue with the canvas editor when the canvas is embedded

    Fix a problem with the editor not appearing when the TCanvas is embedded, [as reported on the Forum](https://root-forum.cern.ch/t/editor-not-appearing-in-gui-canvas/53968)
    bellenot committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    4c230d9 View commit details
    Browse the repository at this point in the history
  2. clang-format

    bellenot committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    1501d37 View commit details
    Browse the repository at this point in the history
  3. cosmetics

    bellenot committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    273e4fc View commit details
    Browse the repository at this point in the history
  4. cosmetics - again

    bellenot committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    d1ddd62 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0761d9e View commit details
    Browse the repository at this point in the history
  6. fix clang format - again

    bellenot committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    f7f9304 View commit details
    Browse the repository at this point in the history
  7. Fix a compilation warning

    Fix `TRootCanvas.cxx:1476:44: warning: declaration of �Bool_t show� shadows a parameter [-Wshadow]`
    bellenot committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    99439ac View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Update gui/gui/src/TRootCanvas.cxx

    Co-authored-by: Axel Naumann <Axel.Naumann@cern.ch>
    bellenot and Axel-Naumann committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    a6f6f66 View commit details
    Browse the repository at this point in the history
  2. Cosmetics (thanks Axel!)

    bellenot committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    eed1fab View commit details
    Browse the repository at this point in the history