Bugfix: force rendering when the parent’s orientation changed
Otherwise, the split indicator might not be refreshed even though it should be. fixes #858
This commit is contained in:
@ -135,6 +135,7 @@ struct deco_render_params {
|
||||
Rect con_deco_rect;
|
||||
uint32_t background;
|
||||
bool con_is_leaf;
|
||||
orientation_t parent_orientation;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user