Commit 3fe88536 authored by Canek Peláez's avatar Canek Peláez
Browse files

ApplicationWindow: Use encoder state to close popover.

parent ed162dbc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -372,7 +372,7 @@ namespace MLM {
                return false;
            double p = encoder.get_completion();
            bar.set_fraction(p);
            if (p < 1.0)
            if (encoder.working)
                return true;
            app.set_tags_in_file(target);
            encoder = null;