Prevent window refresh

nice looking.[quote=302489:@Neil Burkholder]Jeff,

I had to modify that allowredraw code and comment out the w.refresh. That line causes the whole window to refresh/flicker. Instead I did this:

self.allowrefresh false
'reposition and resize controls...

self.allowrefresh
control1.refresh false
control2.refresh false

I still had to tweak some other things to get the results I wanted but now it’s acceptable, though still not as smooth as SourceTree.

[/quote]

nice looking