summaryrefslogtreecommitdiff
path: root/plugins/IEView/src/IEView.cpp
diff options
context:
space:
mode:
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