Fixed bug with byte container graphics view not resizing properly
This commit is contained in:
@@ -38,4 +38,5 @@ ByteItemContainerGraphicsView::ByteItemContainerGraphicsView(
|
||||
void ByteItemContainerGraphicsView::resizeEvent(QResizeEvent* event) {
|
||||
Logger::warning("Resizing");
|
||||
this->scene->adjustByteWidgets();
|
||||
QGraphicsView::resizeEvent(event);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user