Odd behavior of splitter in threaded build
BlitzMax Forums/MaxGUI Module/Odd behavior of splitter in threaded build| 
 | ||
| When I hover over the splitter the first time, the mouse automatically grabs it and moves in only on direction.  When I drag the splitter to the edge to change the orientation, the mouse loses hold of the splitter.  This only occurs in a threaded build.  I rebuilt all MaxGUI modules and it still occurs. | 
| 
 | ||
| Bug confirmed. You can workaround by using: Local Split:TSplitter = CreateSplitter(... Split.intMouseDown = Null | 
| 
 | ||
| That fixes the first problem but not the second. | 
| 
 | ||
| Yep, that's right. I looked only after the first problem as I don't use the orientation change myself. |