From f97f46ffd8fd4ddd464a8f5f63f989cbe64d4d21 Mon Sep 17 00:00:00 2001 From: Timur Pocheptsov <Timur.Pocheptsov@cern.ch> Date: Mon, 23 Jul 2012 14:25:05 +0000 Subject: [PATCH] Update comments. git-svn-id: http://root.cern.ch/svn/root/trunk@45162 27541ba8-7e3a-0410-8455-c3a389f83636 --- graf2d/cocoa/src/ROOTApplicationDelegate.mm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graf2d/cocoa/src/ROOTApplicationDelegate.mm b/graf2d/cocoa/src/ROOTApplicationDelegate.mm index 8846ac8b68b..0cec756b94c 100644 --- a/graf2d/cocoa/src/ROOTApplicationDelegate.mm +++ b/graf2d/cocoa/src/ROOTApplicationDelegate.mm @@ -35,7 +35,7 @@ { //Popup windows, menus, color-selectors, etc. - they all have //a problem: due to some reason, Cocoa changes the z-stack order - //of such a window during switching application (using alt-tab). + //of such a window while switching between applications (using alt-tab, for example). //This leads to a very annoying effect: you open a menu, alt-tab, //alt-tab back and ... popup or menu is now behind the main window. //I have to save/restore this z-stack order here. @@ -72,7 +72,7 @@ { //Popup windows, menus, color-selectors, etc. - they all have //a problem: due to some reason, Cocoa changes the z-stack order - //of such a window during switching application (using alt-tab). + //of such a window while switching between applications (using alt-tab, for example). //This leads to a very annoying effect: you open a menu, alt-tab, //alt-tab back and ... popup or menu is now behind the main window. //I have to save/restore this z-stack order here. -- GitLab