mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
Go back to one progress bar with several passes in export.
Don't calculate the progress bar position in the engine, let the UI decide. Work around progress bar bug (not verified, as I could not reproduce). git-svn-id: svn://localhost/ardour2/branches/3.0@11377 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
ab8cea1d7c
commit
db384a6f14
5 changed files with 30 additions and 26 deletions
|
|
@ -131,11 +131,7 @@ class ExportDialog : public ArdourDialog {
|
|||
Gtk::ProgressBar progress_bar;
|
||||
sigc::connection progress_connection;
|
||||
|
||||
/* Normalizing */
|
||||
|
||||
Gtk::VBox normalizing_widget;
|
||||
Gtk::Label normalizing_label;
|
||||
Gtk::ProgressBar normalizing_bar;
|
||||
float previous_progress; // Needed for gtk bug workaround
|
||||
|
||||
/* Buttons */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue