Changeset 1521 for trunk


Ignore:
Timestamp:
03/17/20 10:29:58 (4 years ago)
Author:
bnemhaus
Message:

MessageBay must display its delayed messages using the AWT event thread (accessed via GIOThread) in order to avoid a race condition to get a lock when doing DisplayController.refresh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/Browser.java

    r1518 r1521  
    192192                                public void execute() {
    193193                                        init();
     194                                        MessageBay.showDelayedMessages(true);
    194195                                }
    195196                        });
     
    199200                }
    200201               
    201                 MessageBay.showDelayedMessages(true);
     202                //MessageBay.showDelayedMessages(true);
    202203        }
    203204       
Note: See TracChangeset for help on using the changeset viewer.