Revert "try to add some debugging for macOS modal/menu handling"
This reverts commit c5751db473
.
This commit is contained in:
parent
bf6ce27b03
commit
1737b48aec
@ -1477,10 +1477,8 @@ namespace Gtk {
|
||||
@end
|
||||
|
||||
static void
|
||||
gdk_quartz_modal_notify (GdkWindow* w, gboolean modal)
|
||||
gdk_quartz_modal_notify (GdkWindow*, gboolean modal)
|
||||
{
|
||||
printf ("modal notify on %p, modal = %d modal_state = %d\n", w, modal, modal_state);
|
||||
PBD::stacktrace (std::cerr, 63);
|
||||
/* this global will control sensitivity of our app menu items, via validateMenuItem */
|
||||
if (modal) {
|
||||
++_modal_state;
|
||||
|
Loading…
Reference in New Issue
Block a user