Skip to content

Commit

Permalink
Fix background not resizing when removing launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
onli committed Dec 6, 2023
1 parent 9cbad81 commit 8fcc281
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/myFrame.cc
Original file line number Diff line number Diff line change
Expand Up @@ -539,9 +539,11 @@ MyFrame::OnDelete (wxCommandEvent & event)
delete (*ImagesList)[clickedID];
ImagesList->RemoveAt (clickedID);
}
appSize = FirstPosition(settings, ImagesList);
saveLaunchers(ImagesList);
updateSize();
Refresh (false);
Update();
}

void
Expand Down

0 comments on commit 8fcc281

Please sign in to comment.