monitor: ensure autoDir is applied when changed (#10672)
This commit is contained in:
parent
2794f485cb
commit
66b99bd277
2 changed files with 3 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ class CMonitor {
|
|||
|
||||
Vector2D m_position = Vector2D(-1, -1); // means unset
|
||||
Vector2D m_xwaylandPosition = Vector2D(-1, -1); // means unset
|
||||
eAutoDirs m_autoDir = DIR_AUTO_NONE;
|
||||
Vector2D m_size = Vector2D(0, 0);
|
||||
Vector2D m_pixelSize = Vector2D(0, 0);
|
||||
Vector2D m_transformedSize = Vector2D(0, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue