diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2026-01-05 18:12:45 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2026-01-05 18:12:45 +0100 |
| commit | 51ff522f6140a5ffc98e6350992e47207b706916 (patch) | |
| tree | 045412f01cd401353f39f23d3505321221558b41 /amor | |
| parent | 0c6f1df612314096c4466addec2e31ae2d3484bd (diff) | |
| download | tdetoys-master.tar.gz tdetoys-master.zip | |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'amor')
| -rw-r--r-- | amor/amor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/amor/amor.cpp b/amor/amor.cpp index 5038752..1f765c6 100644 --- a/amor/amor.cpp +++ b/amor/amor.cpp @@ -861,7 +861,7 @@ void Amor::slotStackingChanged() // We seem to get this signal before the window has been restacked, // so we just schedule a restack. - mStackTimer->start( 20, TRUE ); + mStackTimer->start( 20, true ); } //--------------------------------------------------------------------------- |
