Skip to content

Commit

Permalink
Merge pull request ControlSystemStudio#2579 from ControlSystemStudio/…
Browse files Browse the repository at this point in the history
…bytemonitor_refresh

ByteMonitor: Unmanaged labels lacked 'layout'
  • Loading branch information
kasemir authored Mar 13, 2023
2 parents 410111e + e0b928f commit d9ca4d3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2015-2022 Oak Ridge National Laboratory.
* Copyright (c) 2015-2023 Oak Ridge National Laboratory.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
Expand Down Expand Up @@ -442,6 +442,7 @@ public void updateChanges()
}
else
save_labels[i].setTextFill(text_color);
save_labels[i].layout();
}
}
}
Expand Down

0 comments on commit d9ca4d3

Please sign in to comment.