jijo-paulose / ulipad

Automatically exported from code.google.com/p/ulipad
0 stars 0 forks source link

FTP Toolbar Button Toggle Bug #172

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If you click on the button 'Open FTP Window' in the toolbar menu, the FTP
window opens and the button stays pressed. If you click that toolbar button
again, the FTP window closes and the button becomes unpressed. However, if
you click on the 'Open FTP Window' button and you close the FTP window by
clicking its X button, then the toolbar button stays pressed when it should
have become unpressed. This is a bug. Please fix it.

You can fix this by adding a wx.EVT_CLOSE event for the FTP window and make
the handler unpress the toolbar button 'Open FTP Window'.

Original issue reported on code.google.com by vinet...@gmail.com on 10 Dec 2008 at 12:09

GoogleCodeExporter commented 9 years ago
Fixed. 

Original comment by limo...@gmail.com on 14 Dec 2008 at 10:14