mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
Fix macOS builds (amend 6c6f2df8)
This commit is contained in:
parent
f647692270
commit
a7389f9e10
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ TearOff::TearOff (Widget& c, bool allow_resize)
|
||||||
own_window.set_resizable (allow_resize);
|
own_window.set_resizable (allow_resize);
|
||||||
|
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
set_type_hint (Gdk::WINDOW_TYPE_HINT_DIALOG);
|
own_window.set_type_hint (Gdk::WINDOW_TYPE_HINT_DIALOG);
|
||||||
#else
|
#else
|
||||||
if (UIConfigurationBase::instance().get_all_floating_windows_are_dialogs ()) {
|
if (UIConfigurationBase::instance().get_all_floating_windows_are_dialogs ()) {
|
||||||
own_window.set_type_hint (WINDOW_TYPE_HINT_DIALOG);
|
own_window.set_type_hint (WINDOW_TYPE_HINT_DIALOG);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue