sean-e / mTroll

mTroll is the software MIDI control engine part of a hybrid hardware/software MIDI foot controller, but can be used standalone on Windows.
http://www.creepingfog.com/mTroll/
GNU General Public License v3.0
4 stars 0 forks source link

if using autogrid, load of config (other than the initial load) causes application window to lose focus #33

Closed sean-e closed 2 months ago

sean-e commented 2 months ago

After the initial load, if you use Ctrl+O to load other configs, once load is complete, the main application window thinks it no longer has focus. Titlebar is colored as if it is inactive. Pressing Alt+F4 closes the grid window, but not the application window. Another press of Alt+F4 closes the application window only after activating it.

sean-e commented 2 months ago

Seems to be a problem in MainTrollWindow::Refresh() -- see the block for if (mUi->HasAutoGrid())