Comment 2 for bug 1365813

Revision history for this message
Aniket Deole (aniket-deole) wrote :

If anyone wants to fix this temporarily or if the developers want some idea as to what may be wrong, i have added this condition i

"
            if (window_x == 0 && monitor_workarea.x == 0)
                        return true;
"
in
private bool active_workspace_has_maximized_window () in the foreach loop in BasePanel.vala and it works.
But obviously this is not the correct solution.