- made option for auto open toolbox on left/mouse hold.

standard starts with 0.5 sec. Turn the threshold value up to effectively
  disable it when you dislike it. But give it a try!
- added 'Home' after splitting window for buttonswindow
This commit is contained in:
2003-10-29 01:10:10 +00:00
parent 5ea904faca
commit f3a809b09f
6 changed files with 45 additions and 17 deletions

View File

@@ -5507,7 +5507,7 @@ void std_rmouse_transform(void (*xf_func)(int))
else {
PIL_sleep_ms(10);
timer++;
if(timer>=10*U.menuthreshold1) {
if(timer>=10*U.tb_rightmouse) {
toolbox_n();
return;
}