@@ -2755,8 +2755,10 @@ int OPMOD_ColumnAdjuster(laOperator *a, laEvent *e){
laColumn *c = uit->Ptr1;
c = uit->Ptr1 ? uit->Ptr1 : la_DetectSplit(ui->C, e->x);
+ if(c){ laSetWindowCursor(LA_LEFT_AND_RIGHT); }else{ laSetWindowCursor(LA_ARROW); }
if ((!uit->Dragging) && (!laIsInUiItem(ui, e->x, e->y)||!c)){
- printf("done\n");
+ //printf("done\n");
+ laSetWindowCursor(LA_ARROW);
return LA_FINISHED_PASS;
}