COMMON: Revert Change Rect and Point to have int32 fields
This reverts commit 1c3e7fb4e9
.
This commit is contained in:
parent
16a6f22b4c
commit
0136043f09
53 changed files with 144 additions and 152 deletions
|
@ -1163,7 +1163,7 @@ void ThemeEngine::drawSlider(const Common::Rect &r, int width, WidgetStateInfo s
|
|||
dd = kDDSliderDisabled;
|
||||
|
||||
Common::Rect r2 = r;
|
||||
r2.setWidth(MIN((int32)width, r.width()));
|
||||
r2.setWidth(MIN((int16)width, r.width()));
|
||||
// r2.top++; r2.bottom--; r2.left++; r2.right--;
|
||||
|
||||
if (rtl) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue