(svn r17658) -Codechange: remove custom drawing of the signal density in the signal GUI

-Codechange: move the state updates from OnPaint
This commit is contained in:
rubidium
2009-09-28 12:38:35 +00:00
parent d74216b7fe
commit 4347758e48
3 changed files with 25 additions and 15 deletions

View File

@@ -751,7 +751,7 @@ static bool TrainAccelerationModelChanged(int32 p1)
static bool DragSignalsDensityChanged(int32)
{
SetWindowDirty(WC_BUILD_SIGNAL, 0);
InvalidateWindowData(WC_BUILD_SIGNAL, 0);
return true;
}