Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
Set tabs on mouse y over 62px not mouseout
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpass committed Mar 20, 2013
1 parent 4504055 commit 2938014
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
</div>

<div id="editor" class="editor">
<div id="tabsBar" class="tabsBar" onContextMenu="return false" onMouseOut="top.ICEcoder.setTabWidths()">
<div id="tabsBar" class="tabsBar" onContextMenu="return false">
<a nohref onClick="top.ICEcoder.closeAllTabs()"><img src="images/nav-close.gif" class="closeAllTabs" title="Close all tabs"></a>
<a nohref onClick="top.ICEcoder.alphaTabs()"><img src="images/nav-alpha.png" class="alphaTabs" title="Alphabetize tabs"></a>
<?php
Expand Down
1 change: 1 addition & 0 deletions lib/ice-coder.js
Original file line number Diff line number Diff line change
Expand Up @@ -1160,6 +1160,7 @@ var ICEcoder = {
top.ICEcoder.mouseX += top.ICEcoder.filesW;
}
top.ICEcoder.dragCursorTest();
if (top.ICEcoder.mouseY>62) {top.ICEcoder.setTabWidths();};
},

// Test if we need to show a drag cursor or not
Expand Down

0 comments on commit 2938014

Please sign in to comment.