(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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user