mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
[Summary] Open Session Settings Tab in Preference Panel on BitDepth and FrameRate buttons from the editor window
[Reviewed] VKamyshniy
This commit is contained in:
parent
20d503bcfa
commit
45fb8cea03
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue