mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
[c++] Plane.hh: fix set_bg_rgb8() #2748
This commit is contained in:
parent
d0ae404152
commit
051a1b8bbd
@ -901,7 +901,7 @@ namespace ncpp
|
||||
bool set_bg_rgb8 (int r, int g, int b, bool clipped = false) const NOEXCEPT_MAYBE
|
||||
{
|
||||
if (clipped) {
|
||||
ncplane_set_fg_rgb8_clipped (plane, r, g, b);
|
||||
ncplane_set_bg_rgb8_clipped (plane, r, g, b);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user