Skip to content

Commit feb4b6f

Browse files
committed
Fix General view not rebuilding
1 parent 479b73b commit feb4b6f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

uis/src/com/biglybt/ui/swt/views/GeneralView.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,10 @@ private void swt_refreshInfo() {
274274
buildView();
275275

276276
viewBuilt = true;
277+
278+
// without this the details->General view doesn't rebuild correctly
279+
280+
parent.layout( true, true );
277281
}
278282

279283
boolean persistent = manager.isPersistent();

0 commit comments

Comments
 (0)