-
Notifications
You must be signed in to change notification settings - Fork 345
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
width of the column #107
Comments
Thanks for the bugreport! I will take a look. |
Thanks for the testing! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1、Set the minimum width of the column,

The values in the red box are hidden.
2、Set the window as the first window
SetWindowPos(hwnd, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE);
For example, when I use die and x64dbg at the same time, after switching to x64dbg, the die will be hidden, and I need manual to select the die window to copy a value or address
The text was updated successfully, but these errors were encountered: