on Mar 5th, 2014, 9:53pm, Richard Russell wrote:| The most straightforward workaround is to forcibly bring #1.gb in front of #1.sk |
|
Here's a simpler workaround: just reverse the order of the STYLEBITS commands:
Code: stylebits #1.gb, 0, _WS_BORDER, 0, 0
stylebits #1.sk, 0, _WS_BORDER, 0, 0
The order of the STYLEBITS commands shouldn't be significant, so this seems to be a bug in LBB. I will investigate.
Richard.