Changeset 6367


Ignore:
Timestamp:
Jun 1, 2016 6:30:06 PM (8 years ago)
Author:
ldelgass
Message:

Remove use of obsolete Rappture::Panes -sashcursor option from Rappture tester.
Setting the Panes -orientation should now switch to an appropriate cursor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tester/scripts/main.tcl

    r4127 r6367  
    148148wm title . "Rappture Regression Tester"
    149149wm geometry . 800x500
    150 Rappture::Panes .pw -orientation horizontal -sashcursor sb_h_double_arrow
     150Rappture::Panes .pw -orientation horizontal
    151151pack .pw -expand yes -fill both
    152152
     
    262262
    263263# viewer for value diffs where we have a special object viewer
    264 Rappture::Panes .testdiffs.body.val2objs -orientation horizontal -sashcursor sb_h_double_arrow
     264Rappture::Panes .testdiffs.body.val2objs -orientation horizontal
    265265
    266266# empty area for the object value viewer
Note: See TracChangeset for help on using the changeset viewer.