rcmaehl / NotCPUCores

Work, Play, Stream - Without the Stutter. Download using Releases button below
Other
746 stars 44 forks source link

Window becomes unfocused when clicking debug button #95

Open micwoj92 opened 3 years ago

micwoj92 commented 3 years ago

When clicking the "d" and browsing any processes there you can see the window becomes unfocused. I think this is only visual bug because switching programs with alt-tab works as expected.

The issue is visible in the gif in readme https://github.com/rcmaehl/NotCPUCores

The issue did not exist in versions 1.7.1.0 and prior (observation based on the gif in readme)

https://github.com/rcmaehl/NotCPUCores/tree/24e60dff2a59cd2b08a9dd5b9c9ee0ed96add1fa

It is more visible in Windows 8.1 due to borders.

rcmaehl commented 3 years ago

I believe I know the cause but I'm not sure I want to fix it.

rcmaehl commented 3 years ago

image

micwoj92 commented 3 years ago

aw, no way to make this in one window? Why it wasn't issue in previous versions?

rcmaehl commented 3 years ago

aw, no way to make this in one window? Why it wasn't issue in previous versions?

Per https://www.autoitscript.com/autoit3/docs/functions/GUICtrlCreateTab.htm

"A GUI can only hold a single tab control, but it is possible to create child GUIs each holding a tab control."

I'm attempting to do some workarounds and we'll see what happens with each...