mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Implemented View feature to center view on a source. Using it when
inserting new source in MixingView.
This commit is contained in:
@@ -298,7 +298,8 @@ void Mixer::insertSource(Source *s, bool makecurrent)
|
||||
// switch to Mixing view to show source created
|
||||
setCurrentView(View::MIXING);
|
||||
current_view_->update(0);
|
||||
current_view_->restoreSettings();
|
||||
// current_view_->restoreSettings();
|
||||
current_view_->centerSource(s);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user