Results 1 to 3 of 3

Thread: setPlotLayout() issue qwt 6.1.0

  1. #1
    Join Date
    Dec 2013
    Location
    Toronto, Canada
    Posts
    62
    Thanked 16 Times in 15 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default setPlotLayout() issue qwt 6.1.0

    I made the changes shown below...

    void QwtPlot::setPlotLayout( QwtPlotLayout *layout )
    {
    if ( layout != d_data->layout )
    {
    delete d_data->layout;
    //layout = d_data->layout; //Removed
    d_data->layout = layout; //Added

    updateLayout();
    }
    }
    Is it my source only... It may very well be.
    I just want to be sure..

    Thanks

  2. #2
    Join Date
    Oct 2012
    Posts
    9
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: setPlotLayout() issue qwt 6.1.0

    Absolutely, you are right.

  3. #3
    Join Date
    Feb 2006
    Location
    Munich, Germany
    Posts
    3,325
    Thanked 879 Times in 827 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: setPlotLayout() issue qwt 6.1.0

    Quote Originally Posted by Cah View Post
    I just want to be sure.
    Yes of course: fixed in SVN ( trunk and 6.1 ).

    Uwe

Similar Threads

  1. VNC Issue!
    By sanujas in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 24th October 2013, 07:22
  2. Qt 4.7.1 VNC issue?
    By djstava in forum Newbie
    Replies: 0
    Last Post: 14th March 2011, 03:34
  3. MS C++ issue
    By sepehr in forum Installation and Deployment
    Replies: 4
    Last Post: 29th December 2008, 23:45
  4. ui_....h issue
    By stevey in forum Qt Programming
    Replies: 5
    Last Post: 27th November 2007, 04:54
  5. qt3 to qt4 - uic issue
    By hvengel in forum Qt Programming
    Replies: 10
    Last Post: 4th March 2007, 02:59

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.