mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
Kayvan's std::setw micro-patch.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7514 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f8568ce1db
commit
e82268dd92
@ -1,4 +1,9 @@
|
||||
2003-08-06 Martin Vermeer <martin.vermeer@hut.di>
|
||||
|
||||
* Color.C: Kayvan's std::setw micropatch.
|
||||
|
||||
2003-08-06 Martin Vermeer <martin.vermeer@hut.di>
|
||||
|
||||
* Color.[Ch]:
|
||||
* FormPreferences.C: moved the RGB to hex string method
|
||||
from FormPreferences to Color and added a hex string to RGB
|
||||
|
@ -27,6 +27,7 @@ using std::floor;
|
||||
|
||||
using std::max;
|
||||
using std::min;
|
||||
using std::setw;
|
||||
|
||||
|
||||
namespace {
|
||||
|
Loading…
Reference in New Issue
Block a user