MCPcopy Create free account
hub / github.com/KDE/kdiff3 / resizeEvent

Method resizeEvent

src/pdiff.cpp:663–668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

661}
662
663void KDiff3App::resizeEvent(QResizeEvent* e)
664{
665 QMainWindow::resizeEvent(e);
666 if(m_pCornerWidget)
667 m_pCornerWidget->setFixedSize(DiffTextWindow::mVScrollBar->width(), m_pHScrollBar->height());
668}
669
670void KDiff3App::wheelEvent(QWheelEvent* pWheelEvent)
671{

Callers

nothing calls this directly

Calls 1

widthMethod · 0.80

Tested by

no test coverage detected