Fixed unwanted DoubleClick event handling#83
Open
mstrini wants to merge 2 commits intolstratman:masterfrom
Open
Fixed unwanted DoubleClick event handling#83mstrini wants to merge 2 commits intolstratman:masterfrom
mstrini wants to merge 2 commits intolstratman:masterfrom
Conversation
- if window is not focued (e.g. if you doubleclick on another maximized window whild easytab-window is in the background) - if multiple clicks happen on different points within the doubleclick-intervall and within the control-area (e.g. fast witching beween tabs)
|
The issue is not solved. When clicking on tab twice it gets minimized. I'm trying to listen this double click event by overriding WndProc but it does not recognize double click on tabs. Can someone please explain with details how can i prevent double click on tabs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed unwanted DoubleClick event handling
e.g. DoubleClick happend on the title bar of another maximized window while the EasyTab-window is in the background)
e.g. fast witching between tabs
fixing When changing a tab, the application window is often minimized. #73 and Quickly switching between 2 Tabs minimizes/maximizes the application #75
(+ unified indentation in the file)