Update test/editor code and tutorial (#189, #883) Different, sequential approach to Editor tutorial Co-authored-by: Albrecht Schlosser <albrechts.fltk@online.de>
This commit is contained in:
parent
fa8799bcef
commit
d9612e3cc7
File diff suppressed because it is too large
Load Diff
@ -448,7 +448,8 @@ void Fl_Text_Display::highlight_data(Fl_Text_Buffer *styleBuffer,
|
||||
mHighlightCBArg = cbArg;
|
||||
mColumnScale = 0;
|
||||
|
||||
mStyleBuffer->canUndo(0);
|
||||
if (mStyleBuffer)
|
||||
mStyleBuffer->canUndo(0);
|
||||
damage(FL_DAMAGE_EXPOSE);
|
||||
}
|
||||
|
||||
|
1256
test/editor.cxx
1256
test/editor.cxx
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user