Added code to reload cursor image any time the Qt video driver is changed.
This commit is contained in:
parent
bab53e8433
commit
1de4aea0a8
|
@ -1753,6 +1753,9 @@ int consoleWin_t::loadVideoDriver( int driverId )
|
|||
viewport_GL->init();
|
||||
}
|
||||
|
||||
// Reload Viewport Cursor Type and Visibility
|
||||
loadCursor();
|
||||
|
||||
return 0;
|
||||
}
|
||||
//---------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue