minor swipe fixes
This commit is contained in:
parent
151e013241
commit
a72a39ebd5
3 changed files with 10 additions and 2 deletions
|
|
@ -1591,6 +1591,9 @@ bool CCompositor::workspaceIDOutOfBounds(const int& id) {
|
|||
int highestID = -99999;
|
||||
|
||||
for (auto& w : m_vWorkspaces) {
|
||||
if (w->m_iID == SPECIAL_WORKSPACE_ID)
|
||||
continue;
|
||||
|
||||
if (w->m_iID < lowestID)
|
||||
lowestID = w->m_iID;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue