Tk Source Code

Ticket Change Details
Login
Overview

Artifact ID: e043ea3714789c2c1f8fb64331a584a61e376190525c697e42ede23a5330c9c0
Ticket: 06d8246baf7d000971b73dc040a874dfa719fbe4
Mac OS: scrollbar does not update properly when using mousewheel
User & Date: chrstphrchvz 2020-05-23 00:51:45
Changes

  1. icomment:
    I can prevent the empty toplevel from appearing by adding a global variable which is initially <code>false</code> but then set to <code>true</code> by the first <code>drawRect:</code> call, and only entering the temporary idle event loops in tkMacOSXNotify.c when the variable is <code>true</code>.
    
  2. login: "chrstphrchvz"
  3. mimetype: "text/x-fossil-wiki"