Skip to content
  • Mathias Wein's avatar
    Don't call this->show() in a constructor · 1132b6db
    Mathias Wein authored
    QWidget::show() triggers a resizeEvent() which is a virtual function
    call, which is a really bad idea...
    Instead, make the function that created (possibly) hidden widgets
    to show() them.
    Also, the update() on the children in a resize event was redundant.
    1132b6db