Rev 403 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 403 | Rev 411 | ||
---|---|---|---|
Line 118... | Line 118... | ||
118 | 118 | ||
Line 119... | Line 119... | ||
119 | } |
119 | } |
Line 120... | Line -... | ||
120 | - | ||
121 | } |
- | |
122 | 120 | ||
123 | 121 | } |
|
Line 124... | Line 122... | ||
124 | 122 | ||
Line 380... | Line 378... | ||
380 | local_max=Math.abs(mk.debug_data.accnick()); |
378 | local_max=Math.abs(mk.debug_data.accnick()); |
381 | if (local_max<Math.abs(mk.debug_data.accroll())) |
379 | if (local_max<Math.abs(mk.debug_data.accroll())) |
382 | local_max=Math.abs(mk.debug_data.accroll()); |
380 | local_max=Math.abs(mk.debug_data.accroll()); |
383 | line_scaler= local_max/(this.getHeight()/2)+1; |
381 | line_scaler= local_max/(this.getHeight()/2)+1; |
384 | } |
382 | } |
385 | spacer=(g.getFont().getHeight()); |
- | |
386 | g.setColor(0xFFFFFF); |
- | |
387 | g.fillRect(0,0,this.getWidth(),this.getHeight()); |
- | |
388 | g.drawImage(bg_img,bg_offset,0, g.TOP | g.LEFT); |
- | |
Line 389... | Line 383... | ||
389 | 383 | ||
390 | if (bg_offset+bg_img.getWidth()<this.getWidth()) |
- | |
Line -... | Line 384... | ||
- | 384 | spacer=(g.getFont().getHeight()); |
|
- | 385 | ||
- | 386 | if (state==STATEID_EDIT_PARAMS) |
|
- | 387 | { |
|
- | 388 | g.setColor(0x000000); |
|
- | 389 | g.fillRect(0,0,this.getWidth(),this.getHeight()); |
|
- | 390 | } |
|
- | 391 | else |
|
- | 392 | { |
|
- | 393 | g.setColor(0xFFFFFF); |
|
- | 394 | g.fillRect(0,0,this.getWidth(),this.getHeight()); |
|
- | 395 | g.drawImage(bg_img,bg_offset,0, g.TOP | g.LEFT); |
|
- | 396 | ||
- | 397 | if (bg_offset+bg_img.getWidth()<this.getWidth()) |
|
Line 391... | Line 398... | ||
391 | g.drawImage(bg_img,bg_offset+bg_img.getWidth(),0, g.TOP | g.LEFT); |
398 | g.drawImage(bg_img,bg_offset+bg_img.getWidth(),0, g.TOP | g.LEFT); |
Line 392... | Line 399... | ||
392 | 399 | } |
|
393 | 400 |