Commit 1bff2170 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Deactivate FS controller on Windows on 8-bit displays.

Close #1758.
parent 48018aed
......@@ -381,6 +381,9 @@ void MainInterface::handleMainUi( QSettings *settings )
CONNECT( controls, advancedControlsToggled( bool ),
this, doComponentsUpdate() );
#ifdef WIN32
if ( depth > 8 )
#endif
/* Create the FULLSCREEN CONTROLS Widget */
if( config_GetInt( p_intf, "qt-fs-controller" ) )
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment