mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
restoring previous position of sub-windows (eg. config. window) show config out of screen #289
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#289
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pinkavaj on GitHub (Jan 19, 2013).
Position of configuration window is stored when window is closed. When the window is opened latter, it appears at exactly the same (stored) position. When configuration window is closed at secondary monitor, then secondary monitor is disconnected and config window is opened, it restores it-self in position out of screen and thus is unreachble.
Position of configuration window (and others?) shoul be positioned automaticaly by window manager each time window is opened.
OS: Linux (ARCH)
VERSION: 3.0.6
@pinkavaj commented on GitHub (Jan 19, 2013):
just remove position restoring from options_imp::loadWindowState() would solve this.
(and of course position saving in coresponding function)
Is there something I missed? Is this position saving relly usefull for someone?
@sledgehammer999 commented on GitHub (Mar 8, 2014):
I think I have fixed this is the recent versions(3.1.9). Code checks if the position is on screen or off screen before moving the window.