Giter Site home page Giter Site logo

striptool's People

Contributors

anjohnson avatar rtsoliday avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

striptool's Issues

Graph click segfault

For a while now I've been getting a segfault when left clicking in the graph area of the graph window.

After some emergency debugging a few years ago I found that I could disable the segfault by simply commenting out a line in Annotation.c . Amazingly, this quick and dirty action lead to no other problems, and we've been running StripTool for years like this.

The text of the patch is as follows:

@@ -354,7 +354,7 @@ int Annotation_select(XButtonEvent *even
   touchedAnnotation = findTouchedAnnotation(event,ai);
   if (touchedAnnotation == NULL || ((event->button == Button1) &&
       touchedAnnotation == ai->selectedAnnotation) ) {
-    ai->selectedAnnotation  = NULL;
+    //ai->selectedAnnotation  = NULL; CC
     return 0;
   } else {
     ai->selectedAnnotation  = touchedAnnotation;

I've been meaning to report this for a while, and I see that the behavior still happens on Ubuntu Xenial with StripTool 2.5.17

missing license file

The LICENSE file mentioned in the copyright of the README file does not appear to be present in the source.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.