MCPcopy Create free account
hub / github.com/Cubitect/cubiomes-viewer / resizeEvent

Method resizeEvent

src/mapview.cpp:562–566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

560}
561
562void MapView::resizeEvent(QResizeEvent *e)
563{
564 QWidget::resizeEvent(e);
565 overlay->resize(width(), height());
566}
567
568void MapView::wheelEvent(QWheelEvent *e)
569{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected