diff options
| author | Mavridis Philippe <mavridisf@gmail.com> | 2021-04-23 15:01:18 +0300 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-04-26 09:22:53 +0900 |
| commit | 700e991010dfb772b4062cafbdc1ffe0a4c4babd (patch) | |
| tree | 852159b098ccf189dd4afcfcd1dd006ca5e9ea90 /src/komposelayout.cpp | |
| parent | 32596a5668ae01465244096f8520103c34838ae5 (diff) | |
| download | kompose-700e991010dfb772b4062cafbdc1ffe0a4c4babd.tar.gz kompose-700e991010dfb772b4062cafbdc1ffe0a4c4babd.zip | |
Temporarily disabled "Show empty desktops minimized" option.
This commit was not squashed so that it can be easily undone
when issue #10 is solved.
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
(cherry picked from commit 48f570eda8454b994fcee55841f4ca4b585dc460)
Diffstat (limited to 'src/komposelayout.cpp')
| -rw-r--r-- | src/komposelayout.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/komposelayout.cpp b/src/komposelayout.cpp index 4eeacf0..0c76598 100644 --- a/src/komposelayout.cpp +++ b/src/komposelayout.cpp @@ -47,10 +47,14 @@ KomposeLayout::~KomposeLayout() void KomposeLayout::setType( int t ) { + /* if ( t == TLAYOUT_TASKCONTAINERS && !KomposeSettings::instance()->getDynamicVirtDeskLayout() ) t = TLAYOUT_GENERIC; + layoutType = t; + */ + layoutType = TLAYOUT_GENERIC; } |
