1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-15 08:44:26 +00:00

Make set_dirty ignore changes that don't do anything.

This commit is contained in:
Y. Sapir
2014-03-30 00:23:35 +03:00
parent 09d7d9b034
commit 576d02a20d
+3
View File
@@ -311,6 +311,9 @@ sub update_tree {
sub set_dirty {
my $self = shift;
my ($dirty) = @_;
return if $dirty and $self->is_dirty;
return if (not $dirty) and (not $self->is_dirty);
my $selection = $self->{presets_choice}->GetSelection;
my $i = $self->{dirty} // $selection; #/