Do not change windows focus on mouse-up action
This commit is contained in:
@@ -2891,7 +2891,7 @@ static void MouseLoop(MouseClick click, int mousewheel)
|
|||||||
|
|
||||||
if (w == NULL) return;
|
if (w == NULL) return;
|
||||||
|
|
||||||
if (click != MC_NONE && click != MC_HOVER && !MaybeBringWindowToFront(w)) return;
|
if (click != MC_NONE && click != MC_HOVER && click != MC_LEFT_UP && !MaybeBringWindowToFront(w)) return;
|
||||||
|
|
||||||
if (mousewheel != 0) {
|
if (mousewheel != 0) {
|
||||||
/* Send mousewheel event to window */
|
/* Send mousewheel event to window */
|
||||||
|
|||||||
Reference in New Issue
Block a user