Fixed bug with byte container graphics view not resizing properly

This commit is contained in:
Nav
2021-10-29 22:48:52 +01:00
parent 8f3a51e644
commit fab849016f

View File

@@ -38,4 +38,5 @@ ByteItemContainerGraphicsView::ByteItemContainerGraphicsView(
void ByteItemContainerGraphicsView::resizeEvent(QResizeEvent* event) {
Logger::warning("Resizing");
this->scene->adjustByteWidgets();
QGraphicsView::resizeEvent(event);
}