• R/O
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

OmegaT の背景に画像を表示します。


Commit MetaInfo

Revision67 (tree)
Time2014-05-29 03:26:00
Authoryu-tang

Log Message

MoeUI#repaint() メソッドを追加

Change Summary

Incremental Difference

--- trunk/src/jp/sourceforge/users/yutang/omegat/plugin/moenizer/MoeUI.java (revision 66)
+++ trunk/src/jp/sourceforge/users/yutang/omegat/plugin/moenizer/MoeUI.java (revision 67)
@@ -260,6 +260,10 @@
260260 }
261261 }
262262
263+ public void repaint() {
264+ frame.repaint();
265+ }
266+
263267 private int getDockViewTitleBarHeight(DockingDesktop desktop) {
264268 ArrayList<Dockable> dockables = desktop.getContext()
265269 .getDockablesByState(desktop, DockableState.STATE_DOCKED);