[Summary] Open Session Settings Tab in Preference Panel on BitDepth and FrameRate buttons from the editor window

[Reviewed] VKamyshniy
This commit is contained in:
Nikolay 2014-12-22 18:01:29 +02:00
parent 20d503bcfa
commit 45fb8cea03

View file

@ -278,13 +278,13 @@ ARDOUR_UI::on_tracks_button (WavesButton*)
void
ARDOUR_UI::on_bit_depth_button (WavesButton*)
{
tracks_control_panel->show ();
tracks_control_panel->show_and_open_tab (TracksControlPanel::SessionSettingsTab);
}
void
ARDOUR_UI::on_frame_rate_button (WavesButton*)
{
tracks_control_panel->show ();
tracks_control_panel->show_and_open_tab (TracksControlPanel::SessionSettingsTab);
}
void