Fixed compilatin, reverted several of my changes
Conflicts: src/gfx.cpp src/widget.cpp src/widget_type.h src/window.cpp src/window_func.h
This commit is contained in:
@@ -3590,7 +3590,7 @@ void RelocateAllWindows(int neww, int newh)
|
||||
break;
|
||||
|
||||
case WC_MAIN_TOOLBAR_RIGHT:
|
||||
ResizeWindow(w, min(neww, w->window_desc->default_width) - w->width, 0, false);
|
||||
ResizeWindow(w, min(neww, _toolbar_width) - w->width, 0, false);
|
||||
|
||||
top = w->top;
|
||||
left = neww - w->width;
|
||||
|
||||
Reference in New Issue
Block a user