summaryrefslogtreecommitdiff
path: root/plugins/IEView/src/IEView.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-11-07 21:32:59 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-11-07 21:33:07 +0300
commit08e2f2b731c2a696b1c23edd1ac0e911c2336dba (patch)
tree239fd9453b487e6590d05e1d688b140879b2ecbb /plugins/IEView/src/IEView.cpp
parent140598d6c6061678f54c65acb2059ebc7b6b9aa7 (diff)
IEView: double settings set removed
Diffstat (limited to 'plugins/IEView/src/IEView.cpp')
-rw-r--r--plugins/IEView/src/IEView.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/IEView/src/IEView.cpp b/plugins/IEView/src/IEView.cpp
index 6db3d246c2..28b19a3562 100644
--- a/plugins/IEView/src/IEView.cpp
+++ b/plugins/IEView/src/IEView.cpp
@@ -222,7 +222,7 @@ void IEView::setBorder()
{
LONG style = GetWindowLongPtr(hwnd, GWL_EXSTYLE);
LONG oldStyle = style;
- if (Options::getGeneralFlags() & Options::GENERAL_NO_BORDER) {
+ if (Options::generalFlags & Options::GENERAL_NO_BORDER) {
#ifndef GECKO
style &= ~(WS_EX_STATICEDGE);
#endif