mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-23 12:22:42 +00:00
Edit my bigger defs.qc file please.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@390 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
03499283fd
commit
89861c05c6
1 changed files with 1 additions and 1 deletions
|
@ -621,7 +621,7 @@ void EditFile(char *name, int line)
|
||||||
|
|
||||||
if (richedit)
|
if (richedit)
|
||||||
{
|
{
|
||||||
SendMessage(neweditor->editpane, EM_EXLIMITTEXT, 0, 1<<20);
|
SendMessage(neweditor->editpane, EM_EXLIMITTEXT, 0, 1<<31);
|
||||||
|
|
||||||
SendMessage(neweditor->editpane, EM_SETUNDOLIMIT, 256, 256);
|
SendMessage(neweditor->editpane, EM_SETUNDOLIMIT, 256, 256);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue