Changeset 1288 for trunk/gui/apps/driver


Ignore:
Timestamp:
Mar 4, 2009, 8:41:37 AM (15 years ago)
Author:
mmc
Message:

Made the "Questions?" icon a little smaller so it will fit better on
the breadcrumb area above phases. Forced the breadcrumbs to appear
even for simple tools like Spice3F4, which have only 2 (input/output)
pages, so that the About/Questions?? links will appear for those tools
as well.

Fixed a bug reported by Steve (#12695) which caused the "Simulate"
button to pop up in tools with phases after multiple simulations.
This looked really strange because About/Questions?? was now appearing
in an extra spot.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/apps/driver

    r1275 r1288  
    321321        }
    322322    }
     323} elseif {[llength [$win.pager page]] > 2} {
     324    # We have phases, so we shouldn't allow the "Simulate" button.
     325    # If it pops up, there are two ways to push simulate and duplicate
     326    # links for "About" and "Questions?".
     327    $f.analyze configure -simcontrol off
    323328}
    324329
Note: See TracChangeset for help on using the changeset viewer.