Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
FA
Siril
Commits
ef955f5f
Commit
ef955f5f
authored
May 16, 2022
by
Cyril Richard
Browse files
Fixing bug when freeing preview in background extraction
(cherry picked from commit
b987b994
)
parent
8644ac4a
Pipeline
#540101942
passed with stages
in 22 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/algos/background_extraction.c
View file @
ef955f5f
...
...
@@ -1157,6 +1157,8 @@ void on_background_extraction_dialog_hide(GtkWidget *widget, gpointer user_data)
if
(
background_computed
)
{
siril_preview_hide
();
}
else
{
clear_backup
();
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment