mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
haiku: Patched to compile.
This commit is contained in:
parent
f2fcd324c5
commit
f10db4071d
@ -578,9 +578,9 @@ private:
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (bEnabled) {
|
if (bEnabled) {
|
||||||
SetFlags(GetFlags() & ~(B_NOT_RESIZABLE | B_NOT_ZOOMABLE));
|
SetFlags(Flags() & ~(B_NOT_RESIZABLE | B_NOT_ZOOMABLE));
|
||||||
} else {
|
} else {
|
||||||
SetFlags(GetFlags() | (B_NOT_RESIZABLE | B_NOT_ZOOMABLE));
|
SetFlags(Flags() | (B_NOT_RESIZABLE | B_NOT_ZOOMABLE));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user