• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Modal windows disable Illustrator menus on Mac

Explorer ,
Jul 05, 2021 Jul 05, 2021

Copy link to clipboard

Copied

There is a popup in my plugin, which is opened from the panel. Popup is QWidget. 

I've used m_popup->setWindowModality(Qt::WindowModality::WindowModal); to make it modal.

It work fine on Windows, but not on Mac.

The problem is on Mac, illustrator menu became disabled and even after closeing modal popup it remains disabled. The following flag is set, so popup should be deleted.

m_popup->setAttribute(Qt::WA_DeleteOnClose);  

Any idea how fix this on Mac?

 

TOPICS
SDK

Views

119

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation
Adobe