aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Platform.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-07-12 08:17:58 +0000
committernyamatongwe <devnull@localhost>2000-07-12 08:17:58 +0000
commite0d66e1b38fcc1de6eb131cd4b5c90f38a6aeea6 (patch)
tree5532df06e74e7b858a87d6087c946514e2813058 /include/Platform.h
parenta4cde497e296ebdeedeafe2519e75a09c6fd9488 (diff)
downloadscintilla-mirror-e0d66e1b38fcc1de6eb131cd4b5c90f38a6aeea6.tar.gz
Fixed up infinite resize.
Made GTK+ version ListBox responsive to font choice when finding good size.
Diffstat (limited to 'include/Platform.h')
-rw-r--r--include/Platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Platform.h b/include/Platform.h
index 6fff59afa..14be5cebd 100644
--- a/include/Platform.h
+++ b/include/Platform.h
@@ -346,7 +346,7 @@ class ListBox : public Window {
int current;
#endif
int desiredVisibleRows;
- size_t maxItemCharacters;
+ unsigned int maxItemCharacters;
unsigned int aveCharWidth;
public:
ListBox();