mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
gtkmm: use size_request() function instead of deprecated Gtk::Widget::size_request(&)
This commit is contained in:
parent
7f649efd42
commit
cb4e10683d
7 changed files with 11 additions and 15 deletions
|
|
@ -48,7 +48,7 @@ BigClockWindow::BigClockWindow (AudioClock& c)
|
|||
add (clock);
|
||||
clock.show_all ();
|
||||
|
||||
clock.size_request (default_size);
|
||||
default_size = clock.size_request ();
|
||||
|
||||
clock.signal_size_allocate().connect (sigc::mem_fun (*this, &BigClockWindow::clock_size_reallocated));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue