File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<a : application xmlns : a =" http://ajax.org/2005/aml" >
22 <a : bar id =" winDbgConsole" height =" 0" zindex =" 1000" >
33 <a : vsplitbox anchors =" 0 0 0 0" >
4- <a : tab id =" tabConsole" skin =" tab_console" flex = " 1 " visible =" false" render2 =" runtime" buttons =" scale,order"
4+ <a : tab id =" tabConsole" skin =" tab_console" visible =" false" render2 =" runtime" buttons =" scale,order"
55 onclose =" return require('ext/console/console').checkIfPageCanClose(event)" >
66 <a : hbox pack =" end" top =" 2" right =" 3" height =" 24" align =" center" padding =" 0" >
77 <a : button id =" btnConsoleClear" skin =" btn_icon_only" icon =" console_clear.png" margin =" 2 2 0 0"
Original file line number Diff line number Diff line change 8484 icon = " debugger/file_obj.gif" />
8585 </a : bar >
8686 </a : toolbar >
87- <a : vsplitbox anchors =" 29 0 0 0" splitter =" true" >
87+ <a : vsplitbox anchors =" 29 0 0 0" splitter =" true" class = " topsplitter " >
8888 <a : codeeditor id =" txtCode"
8989 disabled = " {stRunning.active || !stDebugProcessRunning.active}"
9090 onkeydown = " return require('ext/debugger/inspector').consoleTextHandler(event)"
Original file line number Diff line number Diff line change 84288428 position : relative;
84298429 z-index : 8000;
84308430 }
8431+
8432+ .topsplitter .splitter{
8433+ z-index : 100000;
8434+ }
84318435
84328436 .splitterFocus {
84338437 }
You can’t perform that action at this time.
0 commit comments