mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-24 06:12:52 -06:00
GridCtrl: Encoding changed to UTF8
git-svn-id: svn://ultimatepp.org/upp/trunk@6746 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
1c29406256
commit
050a7cd83c
2 changed files with 2 additions and 2 deletions
|
|
@ -1620,7 +1620,7 @@ void GridCtrl::DrawHorzDragLine(Draw &w, int pos, int cx, int size, Color c)
|
|||
//w.DrawRect(pos, 0, cx / 2, size - 1, Color(100, 100, 100, 100);
|
||||
DrawFrame(w, pos + 1, 1, cx / 2 - 2, size - 2, c);
|
||||
DrawFrame(w, pos, 0, cx / 2, size, c);
|
||||
// DrawFatFrame(w, x, 0,<EFBFBD> int cx<63> int cy<63> Color color<6F> int n)
|
||||
// DrawFatFrame(w, x, 0,ďż˝ int cxďż˝ int cyďż˝ Color colorďż˝ int n)
|
||||
}
|
||||
|
||||
void GridCtrl::DrawVertDragLine(Draw &w, int pos, int size, int dx, Color c)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
description "Grid control\377";
|
||||
|
||||
charset "windows-1250";
|
||||
charset "UTF-8";
|
||||
|
||||
uses
|
||||
CtrlLib;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue