float LyXText::getCursorX 1810 float fill_label_hfill; 1811 // This call HAS to be here because of the BidiTables!!! 1812 prepareToPrint(bview, row, x, fill_separator, fill_hfill, 1813 fill_label_hfill);
All well and good, but why aren't we calling computeBidiTables() directly then ? I cannot see an obvious requirement for this. regards john