mirror of
https://github.com/fltk/fltk.git
synced 2026-05-27 19:10:24 +08:00
Fix typos
This commit is contained in:
+1
-1
@@ -589,7 +589,7 @@ CMake, which doesn't work with this version of FLTK.
|
|||||||
|
|
||||||
The "WIN32 MACOSX_BUNDLE" in the add_executable tells this is a GUI app.
|
The "WIN32 MACOSX_BUNDLE" in the add_executable tells this is a GUI app.
|
||||||
It is ignored on other platforms and should always be present with FLTK
|
It is ignored on other platforms and should always be present with FLTK
|
||||||
GUI programs for better portability - unless you explicity need to build
|
GUI programs for better portability - unless you explicitly need to build
|
||||||
a "console program", e.g. on Windows.
|
a "console program", e.g. on Windows.
|
||||||
|
|
||||||
Once the package is found the CMake variable FLTK_INCLUDE_DIRS is defined
|
Once the package is found the CMake variable FLTK_INCLUDE_DIRS is defined
|
||||||
|
|||||||
+1
-1
@@ -1305,7 +1305,7 @@ void Fl_Table::draw() {
|
|||||||
// Let fltk widgets draw themselves first. Do this after
|
// Let fltk widgets draw themselves first. Do this after
|
||||||
// draw_cell(CONTEXT_STARTPAGE) in case user moves widgets around.
|
// draw_cell(CONTEXT_STARTPAGE) in case user moves widgets around.
|
||||||
// Use window 'inner' clip to prevent drawing into table border.
|
// Use window 'inner' clip to prevent drawing into table border.
|
||||||
// (unfortunately this clips FLTK's border, so we must draw it explicity below)
|
// (unfortunately this clips FLTK's border, so we must draw it explicitly below)
|
||||||
//
|
//
|
||||||
fl_push_clip(wix, wiy, wiw, wih);
|
fl_push_clip(wix, wiy, wiw, wih);
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user