Bold font applies to entire row in Windows, so we need to pack columns when default changes.
authorEd Swartz <ed.swartz@nokia.com>
Wed, 30 Dec 2009 13:42:39 -0600
changeset 733 dfcdb2620e52
parent 732 c6b80e0b9fe2
child 734 9cbe484c2715
Bold font applies to entire row in Windows, so we need to pack columns when default changes.
connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/remoteconnections/view/ConnectionsView.java
--- a/connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/remoteconnections/view/ConnectionsView.java	Wed Dec 30 13:38:02 2009 -0600
+++ b/connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/remoteconnections/view/ConnectionsView.java	Wed Dec 30 13:42:39 2009 -0600
@@ -497,6 +497,7 @@
 				Display.getDefault().asyncExec(new Runnable() {
 					public void run() {
 						viewer.refresh(true);
+						packColumns();	// not normally needed, but boldface is wider, and applied to entire row in Windows
 					}
 				});				
 			}