Page MenuHomePhabricator

Perspective Tool Bar on Mac
Closed, ResolvedPublic

Description

Qt-Flag: QT::CustomizeWindowHint

in class-method : QtWidgetsTweakletImpl::CreateShell(Shell::Pointer parent, int style)

in Combination with :

#ifdef APPLE
mainWindow->setUnifiedTitleAndToolBarOnMac(true);
#endif

in class: QmitkExtWorkbenchWindowAdvisor

/-------------------

comment out the flag QT::CustomizeWindowHint will solve the problem

but may produce an unpredictable behavior

Event Timeline

by comment out the falg QT::CustomizeWindowHint
No Drag and Drop on OSX is possible

MITK-1-0 keyword is obsolete, we use Target Milestones in the future.

(In reply to comment #1)

by comment out the falg QT::CustomizeWindowHint
No Drag and Drop on OSX is possible

After the first interaction with the application, the Drag and Drop mechanism is working again.

[bef9c1]: Merge branch 'bug-11802-perspectiveBarOnMac'

Merged commits:

2012-06-06 14:32:12 Jonas Cordes [bebfa0]
Fix unified toolbar issue by not using the Qt::CustomizeWindowHint flag.