diff options
Diffstat (limited to 'src/Fl_Pixmap.cxx')
| -rw-r--r-- | src/Fl_Pixmap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Pixmap.cxx b/src/Fl_Pixmap.cxx index ca76362de..33c76233d 100644 --- a/src/Fl_Pixmap.cxx +++ b/src/Fl_Pixmap.cxx @@ -42,7 +42,7 @@ void Fl_Pixmap::measure() { if (w()<0 && data()) { fl_measure_pixmap(data(), W, H); w(W); h(H); - cache_scale_ = 1; + cache_w_ = cache_h_ = 0; } } |
