Opened 12 years ago
Closed 11 years ago
#8381 closed Bug report (fixed)
Transfer - Speed Limits - Enable Checked State Incorrect on Restart
Reported by: | Mitchell Jareo | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | jorrit@… | |
Component version: | Operating system type: | Windows | |
Operating system version: | 7 |
Description
To reproduce...
- Enable speed limits
- Exit Client
- Restart Client
The menu item is not checked but speed limits are seemingly enabled.
Selecting the menu item will not set check on.
Selecting the menu item again will set check on.
Attachments (1)
Change History (3)
comment:1 by , 11 years ago
Cc: | added |
---|
by , 11 years ago
Attachment: | 8381-speedlimit-menu.patch added |
---|
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks. I've put it into a function and committed the fix.
Note:
See TracTickets
for help on using tickets.
Also happens on Ubuntu. The code doesn't check the speed limit option on startup.
The code block
from
CMenuBar::OnOptionChanged
also needs to be executed inCMenuBar* CMenuBar::Load(CMainFrame* pMainFrame)
. My C++ knowledge is not sufficient enough to abstract that code to a separate function, but I will attach a patch where I copy the code.