Searched refs:minWidthLogical (Results 1 – 1 of 1) sorted by relevance
147 long const minWidthLogical = pColumn->getMinWidth(); in handleMouseUp() local168 if ( ( minWidthLogical != 0 ) && ( requestedWidthLogical < minWidthLogical ) ) in handleMouseUp()169 requestedWidthLogical = minWidthLogical; in handleMouseUp()
Completed in 11 milliseconds