whoops
This commit is contained in:
parent
f031de3c32
commit
fc550ba2e0
1 changed files with 3 additions and 0 deletions
|
@ -508,6 +508,9 @@ void FluxboxWindow::init() {
|
||||||
|
|
||||||
restoreAttributes();
|
restoreAttributes();
|
||||||
|
|
||||||
|
if (m_workspace_number < 0 || m_workspace_number >= screen().numberOfWorkspaces())
|
||||||
|
m_workspace_number = screen().currentWorkspaceID();
|
||||||
|
|
||||||
bool place_window = (m_old_pos_x == 0);
|
bool place_window = (m_old_pos_x == 0);
|
||||||
|
|
||||||
if (fluxbox.isStartup())
|
if (fluxbox.isStartup())
|
||||||
|
|
Loading…
Reference in a new issue