mirror of
https://github.com/fltk/fltk.git
synced 2026-05-22 23:37:02 +08:00
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:
+919
-601
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);
|
||||
}
|
||||
|
||||
|
||||
+664
-592
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user