When you click the video slider, the slider text needs updating
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@13410 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
144c5cc0b4
commit
a3bfed004e
@ -464,7 +464,7 @@ void OptionsScreenVideo::eventCallback(Widget* widget, const std::string& name,
|
||||
UserConfigParams::m_postprocess_enabled = GFX_POSTPROCESSING[level-1];
|
||||
UserConfigParams::m_pixel_shaders = GFX_PIXEL_SHADERS[level-1];
|
||||
|
||||
updateTooltip();
|
||||
updateGfxSlider();
|
||||
}
|
||||
else if (name == "vsync")
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user