Skip to content

Commit

Permalink
print_settings: Redaw if composition has changed and a single area.
Browse files Browse the repository at this point in the history
Needed otherwise the clicked image won't appear on the area until one
fly over it.
  • Loading branch information
TurboGit committed Jan 6, 2025
1 parent 5a2449b commit 1f05650
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/print_settings.c
Original file line number Diff line number Diff line change
Expand Up @@ -1335,6 +1335,7 @@ static void _print_settings_activate_callback(gpointer instance,
if(ps->has_changed)
{
dt_printing_setup_image(&ps->imgs, 0, imgid, 100, 100, ps->imgs.box[0].alignment);
dt_control_queue_redraw_center();
}
else
{
Expand Down

0 comments on commit 1f05650

Please sign in to comment.