| 661 | } |
| 662 | |
| 663 | void 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 | |
| 670 | void KDiff3App::wheelEvent(QWheelEvent* pWheelEvent) |
| 671 | { |