Skip to content

Commit

Permalink
fix UI glitch in compare race widget
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjackman committed Dec 19, 2018
1 parent a030c72 commit c5e80b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion assets/components/widgets/compareRace/compareRace.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ UI.widgets.CompareRace = React.createClass({

// Hide widgets that use the same screen space
UI.state.activeWidgets.FocusedDriver.active = false;
//io.emit('setState', UI.state);
io.emit('setState', UI.state);

function updateInfo() {
r3e.getDriversInfo(function(data) {
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Added KTM theme.
* Added porsche theme.
* Removed PNG based themes.
* Fixed a UI glitching issue when switching between the driver info and compare race widget.
* Added event info widget.
* Added race control alerts widget.
* Added safety car on track widget.
Expand Down

0 comments on commit c5e80b1

Please sign in to comment.