Skip to content
  • Artur Grunau's avatar
    QtCanvas: don't change canvas' visibility in init() · e2830976
    Artur Grunau authored
    Previously, QtCanvas' init() would call show() on its underlying widget
    and cause it to appear as a top-level window for a split second, before
    the canvas was docked. To avoid this flicker, show() is now only called
    on the canvas after it's been added to the MDI area.
    e2830976