;
This commit is contained in:
parent
533c70cb57
commit
42895e115b
1 changed files with 1 additions and 1 deletions
|
@ -520,7 +520,7 @@ void FluxboxWindow::init() {
|
||||||
}
|
}
|
||||||
#endif // DEBUG
|
#endif // DEBUG
|
||||||
|
|
||||||
unsigned int real_width = frame().width(), real_height = frame().height()
|
unsigned int real_width = frame().width(), real_height = frame().height();
|
||||||
frame().applySizeHints(real_width, real_height);
|
frame().applySizeHints(real_width, real_height);
|
||||||
|
|
||||||
if (m_placed)
|
if (m_placed)
|
||||||
|
|
Loading…
Reference in a new issue