128129130131132133134135136137138
if (!UIUtils.isUsable(form)) return; fillDiffs(unstagedDiffs); fillStagedDiffs(indexDiffs); form.reflow(true); form.layout(true, true); } }); return Status.OK_STATUS; }
550551552553554555556557558559560
fillTags(getManagedForm().getToolkit(), tags); fillDiffs(diffs); fillBranches(branches); form.reflow(true); form.layout(true, true); } }); return Status.OK_STATUS; }