[Jiemamy-notify:1473] commit [2698] テーブル編集ダイアログ・インデックスタブの表示。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 2月 21日 (土) 12:32:46 JST


Revision: 2698
          http://svn.sourceforge.jp/view?root=jiemamy&view=rev&rev=2698
Author:   daisuke_m
Date:     2009-02-21 12:32:46 +0900 (Sat, 21 Feb 2009)

Log Message:
-----------
テーブル編集ダイアログ・インデックスタブの表示。

Modified Paths:
--------------
    vesta/trunk/org.jiemamy.eclipse/src/main/java/org/jiemamy/eclipse/editor/dialog/table/TableEditDialogIndexTab.java


-------------- next part --------------
Modified: vesta/trunk/org.jiemamy.eclipse/src/main/java/org/jiemamy/eclipse/editor/dialog/table/TableEditDialogIndexTab.java
===================================================================
--- vesta/trunk/org.jiemamy.eclipse/src/main/java/org/jiemamy/eclipse/editor/dialog/table/TableEditDialogIndexTab.java	2009-02-21 03:30:18 UTC (rev 2697)
+++ vesta/trunk/org.jiemamy.eclipse/src/main/java/org/jiemamy/eclipse/editor/dialog/table/TableEditDialogIndexTab.java	2009-02-21 03:32:46 UTC (rev 2698)
@@ -103,6 +103,8 @@
 		indexColumnsTableEditor = new IndexColumnTableEditor(composite, SWT.NULL);
 		indexColumnsTableEditor.configure();
 		indexColumnsTableEditor.disableEditControls();
+		
+		getTabItem().setControl(composite);
 	}
 	
 



Jiemamy-notify メーリングリストの案内
Back to archive index