Page 1 of 1

tFolderX

PostPosted: Mon Jun 25, 2012 9:14 pm
by Bayron
When moving from folder to folder, it seems that the dialogs move in the wrong direction...

Changing line 578 seems to improve the visual effect....

From:
Code: Select all  Expand view
if nOption > nOldoption
 


To:
Code: Select all  Expand view
if nOption < nOldoption
 


This is a beautiful class, I love it.... Thanks...