Short Description: Fractional scales over 1.0 displayed without fraction part Bug Number: Gnats 4851 Release notes (y/n): Yes. Add "Open Account Dialog" to yesterday's notes. For Release Nums: 5.2.1 Gnats 4851: Fractional display scale is allowed, but fractional part not shown in all displays (with scale values over 1.0). *** ADDITIONAL CHANGE for the OPEN ACCOUNT DIALOG *** SEE IMAGES for related dialogs: http://thirdtablet.com/cadswes/2010/bugs/4851/ Users can enter a fractional scales over 1.0 (e.g. "1.1") for Slot display units. (Whether or not that is intended or desirable is not the subject of this bug report). Displayed values WERE presented correctly with fractional scales BUT certain displays didn't show the fractional part of the scale when the scale is greater than 1.0 -- e.g. "1 cms" was incorrectly displayed in place of "1.1 cms". --------------------------- Q3GUI/SlotQListView.cpp Q3GUI/SlotQListView.hpp Q3GUI/SlotQListViewItem.cpp --------------------------- Change to method: void SlotQListViewItem::updateSlotUnits() *** OTHER ENHANCEMENT (ListSlots): In the Account's slot list, for ListSlots, show the number if items in the ListSlot in the "Value" column. (This had recently been implemented for ListSlot's in the Object Object Dialog's slot list). ... changes to methods: (1) void SlotQListViewItem::updateSlotValue(); (2) int SlotQListViewItem::slotCallbackHandler (CallbackType, ..); NOTE: an EXAMPLE of a ListSlot on an Account can be seen on a Storage Account by selecting this method ... Category: "Subordination of Right" ... Method: "Subordinate Senior Rights" (... hit Apply). This makes visible the "Subordinated Rights" ListSlot on the Account. *** ALSO, enabled only for RiverWare 5.3, the "Value" column is Right- Aligned. This is based on this compilation constant at the head of static const bool VALUE_COL_ALIGN_RIGHT (false); // RiverWare 5.3 ---