-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with windows under certain versions of Photoshop #6
Comments
The current window hook that I use to draw window borders sucks, apologies for that. This'll either be fixed in the next few months or in two years. |
This may be occurring due to a non-default window procedure in the application. |
@kawapure Actually this appears in 90% of any app with a gripper, not just Photoshop |
does this happen if it's not an MDI window? |
I currently draw windows using a slew of window messages with a hook on every active window. Unfortunately, this means that if a window updates and it's not caught by one of these messages then it won't be drawn. I'm working on hooking the actual drawing functions (similar to UxTheme) which should eliminate many of the problems. |
In Photoshop CS2, both MDI child windows and the main window appear to be correctly themed, but on resize they will flicker with the windows 95 window theme, then flicker back to NTStyle's 3.1 theme - this will only occour if bottom right gripper is used to resize the window, and if you pull the gripper left or up (WTF?):
Correct styling:
When resizing using the gripper:
The text was updated successfully, but these errors were encountered: