Added code to reload cursor image any time the Qt video driver is changed.

This commit is contained in:
mjbudd77 2021-05-31 21:27:41 -04:00
parent bab53e8433
commit 1de4aea0a8
1 changed files with 3 additions and 0 deletions

View File

@ -1753,6 +1753,9 @@ int consoleWin_t::loadVideoDriver( int driverId )
viewport_GL->init();
}
// Reload Viewport Cursor Type and Visibility
loadCursor();
return 0;
}
//---------------------------------------------------------------------------