Skip to content
Snippets Groups Projects
Commit 48e45844 authored by mcmlxxix's avatar mcmlxxix
Browse files

use default frame attribute as "starting point" if no current attribute has been set

parent 6671d739
Branches
Tags
No related merge requests found
......@@ -884,6 +884,8 @@ function Frame(x,y,width,height,attr,parent) {
if(attr)
properties.curr_attr = attr;
else
properties.curr_attr = this.attr;
var pos = position.cursor;
while(str.length > 0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment