(svn r18230) -Codechange: Allow fill stepsize to be set from Window::UpdateWidgetSize().
This commit is contained in:
@@ -215,7 +215,7 @@ struct CheatWindow : Window {
|
||||
}
|
||||
}
|
||||
|
||||
virtual void UpdateWidgetSize(int widget, Dimension *size, const Dimension &padding, Dimension *resize)
|
||||
virtual void UpdateWidgetSize(int widget, Dimension *size, const Dimension &padding, Dimension *fill, Dimension *resize)
|
||||
{
|
||||
if (widget != CW_PANEL) return;
|
||||
|
||||
|
Reference in New Issue
Block a user