Skip to content

Commit

Permalink
Bugfix: the hex editor plugin is not resized when the form is resized.
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbigmdm committed Feb 26, 2024
1 parent 02cc6ff commit bfacdf5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion IMSProg_programmer/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1473,7 +1473,6 @@ void MainWindow::progInit()
void MainWindow::resizeEvent(QResizeEvent* event)
{
QMainWindow::resizeEvent(event);
// Your code here.
hexEdit->setGeometry(0,0,ui->frame->width(),ui->frame->height());
}
//*****************************************************
Expand Down

0 comments on commit bfacdf5

Please sign in to comment.