mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
amend to prev commit. properly remember window size..
This commit is contained in:
parent
55112ea9c6
commit
26dfd972a9
1 changed files with 1 additions and 0 deletions
|
|
@ -271,6 +271,7 @@ Meterbridge::get_window_pos_and_size ()
|
|||
bool
|
||||
Meterbridge::hide_window (GdkEventAny *ev)
|
||||
{
|
||||
if (!_visible) return 0;
|
||||
get_window_pos_and_size();
|
||||
_visible = false;
|
||||
return just_hide_it(ev, static_cast<Gtk::Window *>(this));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue