mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Resize session dialog back to initial height and width on "back"
This fixes an issue where the size of the window stayed much larger than its content if there are no sessions in the session search path after attempting to make a new session and then pressing "back"
This commit is contained in:
parent
5fb38c7c53
commit
a13fabf344
2 changed files with 6 additions and 0 deletions
|
|
@ -198,6 +198,9 @@ private:
|
|||
bool info_scroller_update();
|
||||
sigc::connection info_scroller_connection;
|
||||
void updates_button_clicked ();
|
||||
|
||||
int inital_height;
|
||||
int inital_width;
|
||||
};
|
||||
|
||||
#endif /* __gtk2_ardour_session_dialog_h__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue