Ticket #3194: t3194_proof_of_concept.patch

File t3194_proof_of_concept.patch, 634 bytes (added by elexis, 9 years ago)
  • binaries/data/mods/public/gui/session/session.js

     
    402402        handleNetMessage(message);
    403403    }
    404404
    405405    updateCursorAndTooltip();
    406406
     407    onSimulationUpdate();
     408
    407409    // If the selection changed, we need to regenerate the sim display (the display depends on both the
    408410    // simulation state and the current selection).
    409411    if (g_Selection.dirty)
    410412    {
    411413        g_Selection.dirty = false;