Bug #799
[PATCH] don't put columnhandles outside of visible area
100%
Description
The user can move ColumnHandles where they can no longer be reached.
$ grep ColumnHandlePos ~/.config/quassel-irc.org/quasselclient.conf 
ChatView\DefaultFirstColumnHandlePos=80                                              
ChatView\DefaultSecondColumnHandlePos=273                                            
ChatView\39\FirstColumnHandlePos=73                                                  
ChatView\__default__\FirstColumnHandlePos=-6                                         
ChatView\11\FirstColumnHandlePos=77                                                  
ChatView\11\SecondColumnHandlePos=169                                                
ChatView\__default__\SecondColumnHandlePos=193                                       
ChatView\628\SecondColumnHandlePos=193                                               
ChatView\628\FirstColumnHandlePos=-6
Associated revisions
History
#1 Updated by dalbers about 16 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset 46865cac259e0b6e2ee37f8a1d8703e1898219f4.
don't put ColumnHandles outside of visible area
Fixes #799.