diff options
| author | Méven Car <[email protected]> | 2025-10-28 09:45:26 +0000 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2025-10-28 09:45:26 +0000 |
| commit | 71bdbb87dde6ea6255b687af255ead75691d95c5 (patch) | |
| tree | 03d39eb79975dec3be3c5404b319abd16704317b /src/dolphintabpage.h | |
| parent | 9073a953f3c536b7cf22369a87163a32a3467b1b (diff) | |
dolphintabpage: when enabling split view without animation reset sizes
of the splitter.
So the previous size of a pontential leftover closed state does not
apply initially.
BUG: 510915
Diffstat (limited to 'src/dolphintabpage.h')
| -rw-r--r-- | src/dolphintabpage.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dolphintabpage.h b/src/dolphintabpage.h index 0c788d115..1abc05670 100644 --- a/src/dolphintabpage.h +++ b/src/dolphintabpage.h @@ -230,8 +230,6 @@ protected: bool event(QEvent *event) override; private: - void resetSplitterSizes(); - // Sometimes QSplitterHandle doesn't receive MouseButtonDblClick event. // We can detect that MouseButtonDblClick event should have been // received if we receive two MouseButtonRelease events in a row. |
