mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
gtkmm: use get_realized() instead of deprecated Gtk::Widget::is_realized()
This commit is contained in:
parent
a86aa31747
commit
91b08d5f45
9 changed files with 19 additions and 19 deletions
|
|
@ -541,7 +541,7 @@ void
|
|||
GtkCanvas::use_nsglview ()
|
||||
{
|
||||
assert (!_nsglview);
|
||||
assert (!is_realized());
|
||||
assert (!get_realized());
|
||||
#ifdef ARDOUR_CANVAS_NSVIEW_TAG // patched gdkquartz.h
|
||||
_nsglview = Gtkmm2ext::nsglview_create (this);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue