mirror of
https://github.com/trebonian/visual6502.git
synced 2026-04-21 04:16:31 +00:00
add first cut of zooming to fit found objects: transistors and nodes. Renamed "Highlight:" button to "Find:"
This commit is contained in:
+1
-1
@@ -86,7 +86,7 @@ $().ready(function(){
|
||||
<input type="checkbox" name="2" id="updateShow2" onchange="updateShow(this.name,this.checked)" />(protection)
|
||||
</form>
|
||||
<form action="javascript:hiliteNodeList();">
|
||||
<input type="button" value="Highlight:" onclick="hiliteNodeList();" />
|
||||
<input type="button" value="Find:" onclick="hiliteNodeList();" />
|
||||
<input type="text" id="HighlightThese" name="HighlightThese" value="" />
|
||||
<input type="button" value="Clear Highlighting" onclick="clearHighlight();" />
|
||||
<span class="animatebox">
|
||||
|
||||
Reference in New Issue
Block a user