Session manager bug

ted's profile image ted posted 4 years ago in General Permalink

The session manager has a bug.

In this image, I can't see the right menu.

This seems resolution issue. I think the right menu is behide the right side of window.

I try to reinstall, but it is same.

OS: Windows 10 HeidiSQL version: 11.0.0.5919

1 attachment(s):
  • -
ansgar's profile image ansgar posted 4 years ago Permalink

That looks as if you're running HeidiSQL with a high-dpi awareness setting, right? This is not supported, and I know there are more of such issues with high DPI settings, so I highly recommend to disable that.

However, you can fix the too wide list with a registry hack:

  • quit all heidisql instances
  • start regedit.exe
  • go to HKEY_CURRENT_USER\Software\HeidiSQL\
  • find the value SessionManager_ListWidth:
    • that value is probably too large (is it?)
    • delete it to reset it to a default value
    • ... or change its value to let's say "200", in decimal mode
ted's profile image ted posted 4 years ago Permalink

That looks as if you're running HeidiSQL with a high-dpi awareness setting, right? This is not supported, and I know there are more of such issues with high DPI settings, so I highly recommend to disable that.

However, you can fix the too wide list with a registry hack:

  • quit all heidisql instances
  • start regedit.exe
  • go to HKEY_CURRENT_USER\Software\HeidiSQL\
  • find the value SessionManager_ListWidth:
    • that value is probably too large (is it?)
    • delete it to reset it to a default value
    • ... or change its value to let's say "200", in decimal mode

Oh... It works perfectly. Thank you so much.

Please login to leave a reply, or register at first.