mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fixed mistake in 3653e16
This commit is contained in:
parent
3653e16f88
commit
ef2942a6c1
@ -267,12 +267,12 @@ void CMeter::ReadOptions(CConfigParser& parser, const WCHAR* section)
|
|||||||
WCHAR lastChar = coord[coord.size() - 1];
|
WCHAR lastChar = coord[coord.size() - 1];
|
||||||
if (lastChar == L'r')
|
if (lastChar == L'r')
|
||||||
{
|
{
|
||||||
m_RelativeX = POSITION_RELATIVE_TL;
|
m_RelativeY = POSITION_RELATIVE_TL;
|
||||||
coord.pop_back();
|
coord.pop_back();
|
||||||
}
|
}
|
||||||
else if (lastChar == L'R')
|
else if (lastChar == L'R')
|
||||||
{
|
{
|
||||||
m_RelativeX = POSITION_RELATIVE_BR;
|
m_RelativeY = POSITION_RELATIVE_BR;
|
||||||
coord.pop_back();
|
coord.pop_back();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user